diff options
| author | user <user@node5.net> | 2024-01-02 06:31:20 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-01-02 06:31:20 +0100 |
| commit | df2be99170c04feb57534b4f9eb2de7c8467b984 (patch) | |
| tree | d08024f454e597d624a7abbe8b7fe30e5a60ea8f /keyboards/handwired/node5_1 | |
| parent | bce31d35a8f66f17ef888dad29129f2094fd33ca (diff) | |
fix building by commenting out non implemented RGB
Diffstat (limited to 'keyboards/handwired/node5_1')
| -rw-r--r-- | keyboards/handwired/node5_1/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/node5_1/rules.mk b/keyboards/handwired/node5_1/rules.mk index 6bdeb466a8..f5b734bc85 100644 --- a/keyboards/handwired/node5_1/rules.mk +++ b/keyboards/handwired/node5_1/rules.mk @@ -9,5 +9,5 @@ POINTING_DEVICE_DRIVER = pimoroni_trackball # Enable RP2040-Zero WS2812 On board led # https://www.waveshare.com/img/devkit/RP2040-Zero/RP2040-Zero-details-7.jpg -RGBLIGHT_ENABLE = yes +# RGBLIGHT_ENABLE = yes CONSOLE_ENABLE = yes |
