Skip to content

Commit

Permalink
Fix jaykeeb indicator state and pins (qmk#21466)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaadio authored and autoferrit committed Dec 6, 2023
1 parent 4064e66 commit dbbe687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/jaykeeb/kamigakushi/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"indicators": {
"caps_lock": "GP17",
"on_state": 1
"on_state": 0
},
"rgblight": {
"led_count": 2,
Expand Down
4 changes: 2 additions & 2 deletions keyboards/jaykeeb/sebelas/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"rows": ["GP11", "GP12", "GP13", "GP1", "GP16"]
},
"indicators": {
"caps_lock": "GP3",
"caps_lock": "GP14",
"on_state": 0
},
"ws2812": {
"pin": "GP14",
"pin": "GP3",
"driver": "vendor"
},
"rgblight": {
Expand Down

0 comments on commit dbbe687

Please sign in to comment.