diff options
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 + |
