forked from mirrors/qmk_firmware
[Keyboard] Fix RS60's indicator LED (#21509)
This commit is contained in:
parent
2c061236f9
commit
fac77bec9c
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"indicators": {
|
||||
"caps_lock": "B0"
|
||||
"caps_lock": "B0",
|
||||
"on_state": 0
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"indicators": {
|
||||
"caps_lock": "A1"
|
||||
"caps_lock": "A1",
|
||||
"on_state": 0
|
||||
},
|
||||
"processor": "STM32L412",
|
||||
"bootloader": "stm32-dfu",
|
||||
|
|
Loading…
Reference in a new issue