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 | bce31d35a8f66f17ef888dad29129f2094fd33ca (patch) | |
| tree | 065ab759088f3e892f0d9c02f1d5793725d89b90 /keyboards/handwired/node5_1/rules.mk | |
| parent | 6e93b59f6134753e6167caf425de666999710c6d (diff) | |
node5_1 initial commit
Diffstat (limited to 'keyboards/handwired/node5_1/rules.mk')
| -rw-r--r-- | keyboards/handwired/node5_1/rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/handwired/node5_1/rules.mk b/keyboards/handwired/node5_1/rules.mk new file mode 100644 index 0000000000..6bdeb466a8 --- /dev/null +++ b/keyboards/handwired/node5_1/rules.mk @@ -0,0 +1,13 @@ +# Allow the keyboard to be edited with +# https://caniusevia.com +VIA_ENABLE = yes + +# Enable pimoroni trackball +# https://shop.pimoroni.com/products/trackball-breakout +POINTING_DEVICE_ENABLE = yes +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 +CONSOLE_ENABLE = yes |
