A - J are push buttons with an IN and OUT
WIRING!!!
EMAIL me at [email protected] if you have any questions.
Parentheses mean it is connected on the breadboard.
11 - (A - GND) - GND
10 - (B - GND) - GND
9 - (C - GND) - GND
8 - (D - GND) - GND
7 - (E - GND) - GND
6 - (F - GND) - GND
5 - (G - GND) - GND
4 - (H - GND) - GND
3 - (I - GND) - GND
2 - (J - GND) - GND
It turns pins 2 - 11 on. If the button or key is pushed the digitalRead will get an input back. If the input recived is the correct input it will print to serial the button that is pressed then press the certain keybinds assigned to that key.
A - RSHIFT + F5
B - RSHIFT + F6
C - RSHIFT + F7
D - RSHIFT + F8
E - RSHIFT + F9
F - RSHIFT + F10
G - RSHIFT + F11
H - RSHIFT + F12
I - RCTRL + RSHIFT + F5
J - RCTRL + RSHIFT + F6
It will press each key for 100 miliseconds or for a 10th of a second.