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/lxxt | |
parent | 10fc6c4cd6d7463737801430e8c13b347e1b85c7 (diff) |
Move `RGB_MATRIX_DRIVER` to data driven (#20350)
Diffstat (limited to 'keyboards/lxxt')
-rw-r--r-- | keyboards/lxxt/info.json | 5 | ||||
-rw-r--r-- | keyboards/lxxt/rules.mk | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/lxxt/info.json b/keyboards/lxxt/info.json index 0a90b3e00b..abd0d7c84f 100644 --- a/keyboards/lxxt/info.json +++ b/keyboards/lxxt/info.json @@ -20,8 +20,11 @@ "rows": ["GP29", "GP26", "GP22", "GP24", "GP17"], "cols": ["GP25", "GP23", "GP7", "GP0", "GP15", "GP14", "GP13", "GP12", "GP11", "GP10", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"] }, + "ws2812": { + "pin": "GP21", + "driver": "vendor" + }, "rgblight": { - "pin": "GP21", "led_count": 16, "hue_steps": 8, "saturation_steps": 8, diff --git a/keyboards/lxxt/rules.mk b/keyboards/lxxt/rules.mk index 7fbf8d36ab..5af1ba8536 100644 --- a/keyboards/lxxt/rules.mk +++ b/keyboards/lxxt/rules.mk @@ -1,3 +1 @@ ENCODER_ENABLE = yes - -WS2812_DRIVER = vendor |