diff options
| author | user <user@node5.net> | 2024-01-02 06:31:21 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-01-02 06:31:21 +0100 |
| commit | 08ab48a36c8076fe248506cca44c7a7acd6b9376 (patch) | |
| tree | c2812208144ecd97c6d6873a17a309a0632a22e3 /keyboards/handwired/node5_1/rules.mk | |
| parent | 8cd0c5a6628d2fe950e7c621a68c0461df7df60f (diff) | |
refactor + WS2812 LED light up
Diffstat (limited to 'keyboards/handwired/node5_1/rules.mk')
| -rw-r--r-- | keyboards/handwired/node5_1/rules.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/node5_1/rules.mk b/keyboards/handwired/node5_1/rules.mk index e51f88dea9..dd61ea65c0 100644 --- a/keyboards/handwired/node5_1/rules.mk +++ b/keyboards/handwired/node5_1/rules.mk @@ -16,3 +16,9 @@ CONSOLE_ENABLE = yes # Enable user code to send keys SEND_STRING_ENABLE = yes +# RGB Diode on the RP2040 zero +RGBLIGHT_ENABLE = yes +# https://github.com/qmk/qmk_firmware/blob/master/docs/ws2812_driver.md#pio +# Hardware offload WS2812 to RP2040 zero statemachine +WS2812_DRIVER = vendor + |
