From 522048725f6b076bdad1251243c65dd2acf6595d Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 8 Apr 2023 18:08:08 +1000 Subject: Move `RGB_MATRIX_DRIVER` to data driven (#20350) --- keyboards/rura66/rev1/info.json | 3 +++ keyboards/rura66/rev1/rules.mk | 1 - keyboards/rura66/rules.mk | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'keyboards/rura66') diff --git a/keyboards/rura66/rev1/info.json b/keyboards/rura66/rev1/info.json index 6c405ab95d..33557ff84f 100644 --- a/keyboards/rura66/rev1/info.json +++ b/keyboards/rura66/rev1/info.json @@ -8,6 +8,9 @@ "pid": "0x0200", "device_version": "0.0.1" }, + "rgb_matrix": { + "driver": "WS2812" + }, "matrix_pins": { "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"], "rows": ["D4", "C6", "D7", "E6", "B4"] diff --git a/keyboards/rura66/rev1/rules.mk b/keyboards/rura66/rev1/rules.mk index 5130195b44..0f2fb66a80 100644 --- a/keyboards/rura66/rev1/rules.mk +++ b/keyboards/rura66/rev1/rules.mk @@ -2,7 +2,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow SPLIT_KEYBOARD = yes RGB_MATRIX_ENABLE = no -RGB_MATRIX_DRIVER = WS2812 OLED_DRIVER = SSD1306 ENCODER_ENABLE = no LTO_ENABLE = yes diff --git a/keyboards/rura66/rules.mk b/keyboards/rura66/rules.mk index 41795ddcb4..c7eacfa19a 100644 --- a/keyboards/rura66/rules.mk +++ b/keyboards/rura66/rules.mk @@ -13,6 +13,5 @@ AUDIO_ENABLE = no # Audio output OLED_ENABLE = yes SPLIT_KEYBOARD = yes LTO_ENABLE = yes -RGB_MATRIX_DRIVER = WS2812 DEFAULT_FOLDER = rura66/rev1 -- cgit v1.2.3