Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user