Update Matrix_Decoder_2pp.ino

This commit is contained in:
Frank Adams 2020-10-15 15:37:43 -07:00 committed by GitHub
parent 40be002f04
commit cccaa471f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
// 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)
//
// load the key codes used in sending usb numbers, tab, and down arrow