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/uranuma | |
parent | 3be47b3eaa7e18c49872d778d966a27de73004a5 (diff) | |
download | qmk_firmware-68c327f6724347c06e0d62d6190945e09a42e240.tar.gz qmk_firmware-68c327f6724347c06e0d62d6190945e09a42e240.zip |
Remove keyboard-level `COMBO_ENABLE` rules (#14550)
Diffstat (limited to 'keyboards/uranuma')
-rw-r--r-- | keyboards/uranuma/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/uranuma/rules.mk b/keyboards/uranuma/rules.mk index 5c865ddd1b..28aa4c81de 100644 --- a/keyboards/uranuma/rules.mk +++ b/keyboards/uranuma/rules.mk @@ -21,5 +21,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow UNICODE_ENABLE = no # Unicode AUDIO_ENABLE = no # Audio output -#COMBO_ENABLE = yes #SRC += .nicola.c \ |