diff options
| author | Ryan <fauxpark@gmail.com> | 2023-04-08 18:08:08 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-08 18:08:08 +1000 |
| commit | 522048725f6b076bdad1251243c65dd2acf6595d (patch) | |
| tree | 413c5356450048e072fc8b2528ea887ee180edc7 /keyboards/3keyecosystem | |
| parent | 10fc6c4cd6d7463737801430e8c13b347e1b85c7 (diff) | |
Move `RGB_MATRIX_DRIVER` to data driven (#20350)
Diffstat (limited to 'keyboards/3keyecosystem')
| -rw-r--r-- | keyboards/3keyecosystem/2key2/info.json | 3 | ||||
| -rw-r--r-- | keyboards/3keyecosystem/2key2/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/3keyecosystem/2key2/info.json b/keyboards/3keyecosystem/2key2/info.json index c07a2615bb..f2d712072e 100644 --- a/keyboards/3keyecosystem/2key2/info.json +++ b/keyboards/3keyecosystem/2key2/info.json | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | "pid": "0x3304", | 8 | "pid": "0x3304", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "rgb_matrix": { | ||
| 12 | "driver": "WS2812" | ||
| 13 | }, | ||
| 11 | "matrix_pins": { | 14 | "matrix_pins": { |
| 12 | "cols": ["F4", "D7"], | 15 | "cols": ["F4", "D7"], |
| 13 | "rows": ["F6"] | 16 | "rows": ["F6"] |
diff --git a/keyboards/3keyecosystem/2key2/rules.mk b/keyboards/3keyecosystem/2key2/rules.mk index 1246683290..94674b71a1 100644 --- a/keyboards/3keyecosystem/2key2/rules.mk +++ b/keyboards/3keyecosystem/2key2/rules.mk | |||
| @@ -10,5 +10,4 @@ NKRO_ENABLE = no # Enable N-Key Rollover | |||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 12 | RGB_MATRIX_ENABLE = yes # Enable RGB matrix | 12 | RGB_MATRIX_ENABLE = yes # Enable RGB matrix |
| 13 | RGB_MATRIX_DRIVER = WS2812 # Select WS2812 driver for RGB matrix | ||
| 14 | AUDIO_ENABLE = no # Audio output | 13 | AUDIO_ENABLE = no # Audio output |
