Skip to content

Commit

Permalink
[Keyboard] Fix RS60's indicator LED (qmk#21509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 committed Jul 11, 2023
1 parent 2c06123 commit fac77be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion keyboards/xelus/rs60/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "B0"
"caps_lock": "B0",
"on_state": 0
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
Expand Down
3 changes: 2 additions & 1 deletion keyboards/xelus/rs60/rev2_1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "A1"
"caps_lock": "A1",
"on_state": 0
},
"processor": "STM32L412",
"bootloader": "stm32-dfu",
Expand Down

0 comments on commit fac77be

Please sign in to comment.