diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-25 18:31:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 18:31:24 +1000 |
commit | 68c327f6724347c06e0d62d6190945e09a42e240 (patch) | |
tree | 6b1d7a08d7c6f05be52a67405d4f4a1f81602c81 /keyboards/handwired/aek64/rules.mk | |
parent | 3be47b3eaa7e18c49872d778d966a27de73004a5 (diff) |
Remove keyboard-level `COMBO_ENABLE` rules (#14550)
Diffstat (limited to 'keyboards/handwired/aek64/rules.mk')
-rw-r--r-- | keyboards/handwired/aek64/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/aek64/rules.mk b/keyboards/handwired/aek64/rules.mk index e4d6bd0d8b..6aaa28686f 100644 --- a/keyboards/handwired/aek64/rules.mk +++ b/keyboards/handwired/aek64/rules.mk @@ -15,6 +15,5 @@ COMMAND_ENABLE = yes # Commands for debug and configuration SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA UNICODE_ENABLE = yes # Enable support for arrow keys icon on the second layer. -COMBO_ENABLE = yes # Enable combo for special function when using multiple keys at once. NKRO_ENABLE = yes BACKLIGHT_ENABLE = yes |