diff options
author | Ryan <fauxpark@gmail.com> | 2021-07-01 16:30:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 23:30:42 -0700 |
commit | 44260c34140768974541a09cfc81f781496c5350 (patch) | |
tree | 863afb18a3a0215c47e3030d1a41dce3f94c36d3 /users/dshields | |
parent | 70cc5809f9e7d076b919b71b28cffc96bab7fc9e (diff) | |
download | qmk_firmware-44260c34140768974541a09cfc81f781496c5350.tar.gz qmk_firmware-44260c34140768974541a09cfc81f781496c5350.zip |
Remove `API_SYSEX_ENABLE`s from rules.mk (#13389)
Diffstat (limited to 'users/dshields')
-rw-r--r-- | users/dshields/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/dshields/rules.mk b/users/dshields/rules.mk index 462649289b..00e18521be 100644 --- a/users/dshields/rules.mk +++ b/users/dshields/rules.mk @@ -5,7 +5,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration CONSOLE_ENABLE = no # Console for debug(+400) EXTRAKEY_ENABLE = no SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -API_SYSEX_ENABLE = no SPACE_CADET_ENABLE = no LEADER_ENABLE = no DYNAMIC_MACRO_ENABLE = yes |