summaryrefslogtreecommitdiff
path: root/keyboards/exclusive/e6_rgb/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/exclusive/e6_rgb/info.json')
-rw-r--r--keyboards/exclusive/e6_rgb/info.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/exclusive/e6_rgb/info.json b/keyboards/exclusive/e6_rgb/info.json
index 0381b209a8..49e3337804 100644
--- a/keyboards/exclusive/e6_rgb/info.json
+++ b/keyboards/exclusive/e6_rgb/info.json
@@ -9,13 +9,18 @@
"device_version": "0.6.2"
},
"rgb_matrix": {
- "driver": "IS31FL3733"
+ "driver": "is31fl3733"
},
"matrix_pins": {
"cols": ["D7", "B4", "B5", "B6", "C6", "C7", "F7", "F0", "B0", "B1", "D2", "D3", "B3", "B2"],
"rows": ["F1", "F4", "F5", "F6", "D6"]
},
"diode_direction": "COL2ROW",
+ "rgblight": {
+ "saturation_steps": 8,
+ "brightness_steps": 8,
+ "led_count": 6
+ },
"ws2812": {
"pin": "B7"
},