Update Dell_1525_Keyboard.ino
This commit is contained in:
parent
9b5308e738
commit
8093fb6caa
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
// Initial Release Nov 15, 2018
|
// Initial Release Nov 15, 2018
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
#define MODIFIERKEY_FN 0x8f // give Fn key a HID code
|
#define MODIFIERKEY_FN 0x8f // give Fn key a fake HID code
|
||||||
#define CAPS_LED 13 // Teensy LED shows Caps-Lock
|
#define CAPS_LED 13 // Teensy LED shows Caps-Lock
|
||||||
//
|
//
|
||||||
const byte rows_max = 17; // sets the number of rows in the matrix
|
const byte rows_max = 17; // sets the number of rows in the matrix
|
||||||
|
|
Loading…
Reference in a new issue