summaryrefslogtreecommitdiff
path: root/keyboards/spaceholdings/nebula12b
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/spaceholdings/nebula12b')
-rwxr-xr-xkeyboards/spaceholdings/nebula12b/info.json3
-rwxr-xr-xkeyboards/spaceholdings/nebula12b/rules.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/spaceholdings/nebula12b/info.json b/keyboards/spaceholdings/nebula12b/info.json
index 5cf82edf92..5b64474b70 100755
--- a/keyboards/spaceholdings/nebula12b/info.json
+++ b/keyboards/spaceholdings/nebula12b/info.json
@@ -11,6 +11,9 @@
"ws2812": {
"pin": "D5"
},
+ "rgb_matrix": {
+ "driver": "WS2812"
+ },
"matrix_pins": {
"cols": ["F4", "F5", "D7"],
"rows": ["B7", "B4", "F7", "F6"]
diff --git a/keyboards/spaceholdings/nebula12b/rules.mk b/keyboards/spaceholdings/nebula12b/rules.mk
index e9b6e9fb5c..f89d2a5f9b 100755
--- a/keyboards/spaceholdings/nebula12b/rules.mk
+++ b/keyboards/spaceholdings/nebula12b/rules.mk
@@ -11,6 +11,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes # Enable Per-key RGB
-RGB_MATRIX_DRIVER = WS2812 # Per-key RGB Driver
LTO_ENABLE = yes