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 | bbc45101722fce098f576c381cd00815fba0f9e7 (patch) | |
| tree | b83412a81ccfc1420fd935862dd76e915e790ce0 /keyboards/handwired/node5_1/rules.mk | |
| parent | a5a573c9f5d128dd36ac73845e7c11f87c71a8ee (diff) | |
turn off leds on suspend
middle mouse button don't send if scrolled
Diffstat (limited to 'keyboards/handwired/node5_1/rules.mk')
| -rw-r--r-- | keyboards/handwired/node5_1/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/handwired/node5_1/rules.mk b/keyboards/handwired/node5_1/rules.mk index f5b734bc85..94eda5fd52 100644 --- a/keyboards/handwired/node5_1/rules.mk +++ b/keyboards/handwired/node5_1/rules.mk @@ -11,3 +11,7 @@ POINTING_DEVICE_DRIVER = pimoroni_trackball # https://www.waveshare.com/img/devkit/RP2040-Zero/RP2040-Zero-details-7.jpg # RGBLIGHT_ENABLE = yes CONSOLE_ENABLE = yes + +# Enable user code to send keys +SEND_STRING_ENABLE = yes + |
