Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -7,6 +7,3 @@
|
||||
{ B15, A8, A9, B14, A15, B3 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ B4, B5, B6, B7, B8, B9, A1, A2, A3, A4, A5, A6, A7, B0, B1, A0, B10 }
|
||||
|
||||
#define LED_CAPS_LOCK_PIN C13
|
||||
#define LED_PIN_ON_STATE 0
|
||||
|
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"indicators": {
|
||||
"caps_lock": "C13",
|
||||
"on_state": 0
|
||||
},
|
||||
"processor": "STM32F401",
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "BLACKPILL_STM32_F401"
|
||||
|
Reference in New Issue
Block a user