Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -16,8 +16,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// Locks
|
||||
#define LED_NUM_LOCK_PIN F5
|
||||
#define LED_CAPS_LOCK_PIN F4
|
||||
#define LED_SCROLL_LOCK_PIN F1
|
||||
#define LED_LAYERS_PIN F0
|
||||
|
@@ -7,6 +7,11 @@
|
||||
"pid": "0xA653",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "F4",
|
||||
"num_lock": "F5",
|
||||
"scroll_lock": "F1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
|
Reference in New Issue
Block a user