Move LED indicator config to data driven (#19800)

This commit is contained in:
Ryan
2023-02-17 13:14:29 +11:00
committed by GitHub
parent d784f78bd0
commit f4ba17c4a0
979 changed files with 1935 additions and 2171 deletions

View File

@@ -15,10 +15,6 @@
#endif
#define MATRIX_COL_PINS { F0, F1, F2, F3, F4, F5, F6, F7, C7, C6, C5, C4, C3, C2, C1, C0, B0, B1, B2, B3, B4, B5, B6 }
#define LED_NUM_LOCK_PIN E0
#define LED_CAPS_LOCK_PIN E1
#define LED_SCROLL_LOCK_PIN B7
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL

View File

@@ -8,6 +8,11 @@
"pid": "0x0666",
"device_version": "13.3.7"
},
"indicators": {
"caps_lock": "E1",
"num_lock": "E0",
"scroll_lock": "B7"
},
"processor": "at90usb1286",
"bootloader": "halfkay",
"layouts": {