Browse Source

Fix jaykeeb indicator state and pins (#21466)

pull/21518/head
Alabahuy 10 months ago
committed by GitHub
parent
commit
037e47800d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      keyboards/jaykeeb/kamigakushi/info.json
  2. +2
    -2
      keyboards/jaykeeb/sebelas/info.json

+ 1
- 1
keyboards/jaykeeb/kamigakushi/info.json View File

@ -15,7 +15,7 @@
}, },
"indicators": { "indicators": {
"caps_lock": "GP17", "caps_lock": "GP17",
"on_state": 1
"on_state": 0
}, },
"rgblight": { "rgblight": {
"led_count": 2, "led_count": 2,


+ 2
- 2
keyboards/jaykeeb/sebelas/info.json View File

@ -18,11 +18,11 @@
"rows": ["GP11", "GP12", "GP13", "GP1", "GP16"] "rows": ["GP11", "GP12", "GP13", "GP1", "GP16"]
}, },
"indicators": { "indicators": {
"caps_lock": "GP3",
"caps_lock": "GP14",
"on_state": 0 "on_state": 0
}, },
"ws2812": { "ws2812": {
"pin": "GP14",
"pin": "GP3",
"driver": "vendor" "driver": "vendor"
}, },
"rgblight": { "rgblight": {


Loading…
Cancel
Save