[Keyboard] Fix RS60's indicator LED (#21509)

This commit is contained in:
Xelus22 2023-07-12 01:29:21 +10:00 committed by GitHub
parent 2c061236f9
commit fac77bec9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
},
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "B0"
"caps_lock": "B0",
"on_state": 0
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",

View File

@ -9,7 +9,8 @@
},
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "A1"
"caps_lock": "A1",
"on_state": 0
},
"processor": "STM32L412",
"bootloader": "stm32-dfu",