diff options
author | Joel Challis <git@zvecr.com> | 2022-08-07 13:57:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 13:57:12 +0100 |
commit | a6ea760c94a7fc33a6c727f01ade068ecb072b48 (patch) | |
tree | 543fbeccde2083d0643ac2a713c5f716455afa8a /keyboards/rgbkb/zen/rules.mk | |
parent | b9269bf68959d1503dffd8dd7586bf824446a252 (diff) |
rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings (#17619)
Diffstat (limited to 'keyboards/rgbkb/zen/rules.mk')
-rw-r--r-- | keyboards/rgbkb/zen/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/rgbkb/zen/rules.mk b/keyboards/rgbkb/zen/rules.mk index 5a3ac77e74..84a2d08ff0 100644 --- a/keyboards/rgbkb/zen/rules.mk +++ b/keyboards/rgbkb/zen/rules.mk @@ -14,5 +14,7 @@ CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight DEFAULT_FOLDER = rgbkb/zen/rev2 |