Move LED indicator config to data driven (#19800)
This commit is contained in:
parent
d784f78bd0
commit
f4ba17c4a0
979 changed files with 1935 additions and 2171 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue