commit 037e47800d6c02b56c9699379501e7d6f9f395ed
parent c83ff03a401e5de29871be7eb177746674956b19
Author: Alabahuy <rezzaadio@gmail.com>
Date: Wed, 12 Jul 2023 22:18:12 +0700
Fix jaykeeb indicator state and pins (#21466)
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/keyboards/jaykeeb/kamigakushi/info.json b/keyboards/jaykeeb/kamigakushi/info.json
@@ -15,7 +15,7 @@
},
"indicators": {
"caps_lock": "GP17",
- "on_state": 1
+ "on_state": 0
},
"rgblight": {
"led_count": 2,
diff --git a/keyboards/jaykeeb/sebelas/info.json b/keyboards/jaykeeb/sebelas/info.json
@@ -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": {