summaryrefslogtreecommitdiffstats
path: root/keyboards/exent
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/exent')
-rw-r--r--keyboards/exent/info.json3
-rw-r--r--keyboards/exent/rules.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/exent/info.json b/keyboards/exent/info.json
index 4850a9ae57..1e2c22fe57 100644
--- a/keyboards/exent/info.json
+++ b/keyboards/exent/info.json
@@ -16,6 +16,9 @@
"backlight": {
"pin": "D4"
},
+ "ws2812": {
+ "driver": "i2c"
+ },
"indicators": {
"caps_lock": "D1",
"num_lock": "D0",
diff --git a/keyboards/exent/rules.mk b/keyboards/exent/rules.mk
index 4ff1bd90d5..e402cb508c 100644
--- a/keyboards/exent/rules.mk
+++ b/keyboards/exent/rules.mk
@@ -9,4 +9,3 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
-WS2812_DRIVER = i2c