summaryrefslogtreecommitdiff
path: root/keyboards/hub20/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hub20/info.json')
-rw-r--r--keyboards/hub20/info.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/hub20/info.json b/keyboards/hub20/info.json
index 994b9405d9..92aa3605a9 100644
--- a/keyboards/hub20/info.json
+++ b/keyboards/hub20/info.json
@@ -9,7 +9,7 @@
"device_version": "0.0.1"
},
"rgb_matrix": {
- "driver": "WS2812"
+ "driver": "ws2812"
},
"matrix_pins": {
"cols": ["A6", "A7", "B7", "B6"],
@@ -22,6 +22,12 @@
{"pin_a": "A8", "pin_b": "A9"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
+ "rgblight": {
+ "led_count": 27
+ },
"ws2812": {
"pin": "B15"
},