diff options
author | Ryan <fauxpark@gmail.com> | 2022-02-11 13:31:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 02:31:19 +0000 |
commit | 2bc4a216dfbb83a6d2b57da397d370210087cff5 (patch) | |
tree | 9a16383f77159d03bd4ec5ca4ad8918f766ea16b /keyboards/maxr1998/pulse4k/rules.mk | |
parent | 63c310f6fd205e6332d69a718b2a295ee7792675 (diff) | |
download | qmk_firmware-2bc4a216dfbb83a6d2b57da397d370210087cff5.tar.gz qmk_firmware-2bc4a216dfbb83a6d2b57da397d370210087cff5.zip |
maxr1998/pulse4k: Move Combo code to keymap level (#16301)
* maxr1998/pulse4k: Move Combo code to keymap level
* Reorder code
Diffstat (limited to 'keyboards/maxr1998/pulse4k/rules.mk')
-rw-r--r-- | keyboards/maxr1998/pulse4k/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/maxr1998/pulse4k/rules.mk b/keyboards/maxr1998/pulse4k/rules.mk index 3cfa6867a8..5533ac6f35 100644 --- a/keyboards/maxr1998/pulse4k/rules.mk +++ b/keyboards/maxr1998/pulse4k/rules.mk @@ -13,7 +13,6 @@ ENCODER_ENABLE = yes # Rotary encoders EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration -COMBO_ENABLE = yes # Key combo feature NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no # Audio output |