Update Matrix_Decoder_2pp.ino
This commit is contained in:
parent
40be002f04
commit
cccaa471f9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
// and pin 36 are both grounds. They will be reported as tied together but they are not needed by the key matrix. In this case, set the
|
// and pin 36 are both grounds. They will be reported as tied together but they are not needed by the key matrix. In this case, set the
|
||||||
// min_pin to 2 or the max_pin to 35.
|
// min_pin to 2 or the max_pin to 35.
|
||||||
//
|
//
|
||||||
int max_pin = 36; // the keyboard FPC connector pin count. If set to 34, unsolder the LED or the code won't work
|
int max_pin = 36; // the keyboard FPC connector pin count.
|
||||||
int min_pin = 1; // the first pin to be tested on the FPC connector (usually pin 1)
|
int min_pin = 1; // the first pin to be tested on the FPC connector (usually pin 1)
|
||||||
//
|
//
|
||||||
// load the key codes used in sending usb numbers, tab, and down arrow
|
// load the key codes used in sending usb numbers, tab, and down arrow
|
||||||
|
|
Loading…
Reference in a new issue