Fix jaykeeb indicator state and pins (#21466)
parent
c83ff03a40
commit
037e47800d
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"indicators": {
|
||||
"caps_lock": "GP17",
|
||||
"on_state": 1
|
||||
"on_state": 0
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 2,
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue