3-key Cherry MX macro keyboard

3-key Cherry MX macro keyboard

thingiverse

The Digispark's Micro USB Version Requires a Special Keyboard. Make Sure Everything Works Before Inserting the Digispark.\r\n\r\n<br><br>\r\nTesting Code:\r\n<code>\r\n#include "DigiKeyboard.h"\r\n\r\nvoid setup() {\r\n pinMode(0, INPUT);\r\n pinMode(1, INPUT);\r\n pinMode(2, INPUT);\r\n}\r\n\r\nvoid loop() {\r\n\r\n if(digitalRead(0) == HIGH){\r\n DigiKeyboard.print("test0");\r\n DigiKeyboard.delay(50);\r\n }\r\n\r\n if(digitalRead(1) == HIGH){\r\n DigiKeyboard.print("test1");\r\n DigiKeyboard.delay(50);\r\n }\r\n\r\n if(digitalRead(2) == HIGH){\r\n DigiKeyboard.print("test2");\r\n DigiKeyboard.delay(50);\r\n }\r\n\r\nDigiKeyboard.delay(50);\r\n}\r\n</code>

Download Model from thingiverse

With this file you will be able to print 3-key Cherry MX macro keyboard with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on 3-key Cherry MX macro keyboard.