From 08ab48a36c8076fe248506cca44c7a7acd6b9376 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 2 Jan 2024 06:31:21 +0100 Subject: refactor + WS2812 LED light up --- keyboards/handwired/node5_1/rules.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'keyboards/handwired/node5_1/rules.mk') 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 + -- cgit 1.4.1