3-key Cherry MX macro keyboard

3-key Cherry MX macro keyboard designed for the micro USB version of the Digispark.
1h 1m
1× print file
0.20 mm
0.40 mm
10.00 g
37
129
2
3571
updated December 25, 2022

Description

PDF

3-key Cherry MX macro keyboard designed for the micro USB version of the Digispark. Make sure everything works before pushing in the Digispark.

Testing code:

include "DigiKeyboard.h"

void setup() {
pinMode(0, INPUT);
pinMode(1, INPUT);
pinMode(2, INPUT);
}

void loop() {

if(digitalRead(0)==HIGH){

DigiKeyboard.print("test0");
DigiKeyboard.delay(50);

}

if(digitalRead(1)==HIGH){

DigiKeyboard.print("test1");
DigiKeyboard.delay(50);

}

if(digitalRead(2)==HIGH){

DigiKeyboard.print("test2");
DigiKeyboard.delay(50);

}

DigiKeyboard.delay(50);

}

Tags



Model origin

The author marked this model as their own original creation.

License


Highlighted models from creator

View more