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 | |
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')
-rw-r--r-- | users/bbaserdem/rules.mk | 2 | ||||
-rw-r--r-- | users/bcat/rules.mk | 1 | ||||
-rw-r--r-- | users/dshields/rules.mk | 1 | ||||
-rwxr-xr-x | users/ericgebhart/rules.mk | 1 | ||||
-rw-r--r-- | users/romus/rules.mk | 2 |
5 files changed, 0 insertions, 7 deletions
diff --git a/users/bbaserdem/rules.mk b/users/bbaserdem/rules.mk index 94f01cdff..8b9741cf9 100644 --- a/users/bbaserdem/rules.mk +++ b/users/bbaserdem/rules.mk | |||
@@ -16,8 +16,6 @@ SLEEP_LED_ENABLE = no # Breathes LED's when computer is asleep. Untested. | |||
16 | NKRO_ENABLE = no # Default is 6KRO which is plenty | 16 | NKRO_ENABLE = no # Default is 6KRO which is plenty |
17 | MIDI_ENABLE = no # Untested feature | 17 | MIDI_ENABLE = no # Untested feature |
18 | KEY_LOCK_ENABLE = no # Allows locking any key. Not used | 18 | KEY_LOCK_ENABLE = no # Allows locking any key. Not used |
19 | API_SYSEX_ENABLE = no # Allows OS to send signals. | ||
20 | KEY_LOCK_ENABLE = no # Allows locking any key. Not used | ||
21 | 19 | ||
22 | # Disabling this makes it compile, i dont know why | 20 | # Disabling this makes it compile, i dont know why |
23 | # VARIABLE_TRACE = no # Allows debugging variables | 21 | # VARIABLE_TRACE = no # Allows debugging variables |
diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk index 3442a78ac..d49c04a40 100644 --- a/users/bcat/rules.mk +++ b/users/bcat/rules.mk | |||
@@ -27,7 +27,6 @@ MIDI_ENABLE = no | |||
27 | SLEEP_LED_ENABLE = no | 27 | SLEEP_LED_ENABLE = no |
28 | 28 | ||
29 | # Disable other unused options on all keyboards. | 29 | # Disable other unused options on all keyboards. |
30 | API_SYSEX_ENABLE = no | ||
31 | AUTO_SHIFT_ENABLE = no | 30 | AUTO_SHIFT_ENABLE = no |
32 | COMBO_ENABLE = no | 31 | COMBO_ENABLE = no |
33 | KEYBOARD_LOCK_ENABLE = no | 32 | KEYBOARD_LOCK_ENABLE = no |
diff --git a/users/dshields/rules.mk b/users/dshields/rules.mk index 462649289..00e18521b 100644 --- a/users/dshields/rules.mk +++ b/users/dshields/rules.mk | |||
@@ -5,7 +5,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration | |||
5 | CONSOLE_ENABLE = no # Console for debug(+400) | 5 | CONSOLE_ENABLE = no # Console for debug(+400) |
6 | EXTRAKEY_ENABLE = no | 6 | EXTRAKEY_ENABLE = no |
7 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 7 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
8 | API_SYSEX_ENABLE = no | ||
9 | SPACE_CADET_ENABLE = no | 8 | SPACE_CADET_ENABLE = no |
10 | LEADER_ENABLE = no | 9 | LEADER_ENABLE = no |
11 | DYNAMIC_MACRO_ENABLE = yes | 10 | DYNAMIC_MACRO_ENABLE = yes |
diff --git a/users/ericgebhart/rules.mk b/users/ericgebhart/rules.mk index 70017a595..360abed94 100755 --- a/users/ericgebhart/rules.mk +++ b/users/ericgebhart/rules.mk | |||
@@ -12,4 +12,3 @@ CONSOLE_ENABLE = no # Console for debug | |||
12 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | 12 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
13 | UNICODE_ENABLE = no | 13 | UNICODE_ENABLE = no |
14 | SLEEP_LED_ENABLE = no | 14 | SLEEP_LED_ENABLE = no |
15 | API_SYSEX_ENABLE = no | ||
diff --git a/users/romus/rules.mk b/users/romus/rules.mk index 12bbabb02..58f7ccf9c 100644 --- a/users/romus/rules.mk +++ b/users/romus/rules.mk | |||
@@ -16,8 +16,6 @@ SLEEP_LED_ENABLE = no # Breathes LED's when computer is asleep. Untested. | |||
16 | NKRO_ENABLE = no # Default is 6KRO which is plenty | 16 | NKRO_ENABLE = no # Default is 6KRO which is plenty |
17 | MIDI_ENABLE = no # Untested feature | 17 | MIDI_ENABLE = no # Untested feature |
18 | KEY_LOCK_ENABLE = no # Allows locking any key. Not used | 18 | KEY_LOCK_ENABLE = no # Allows locking any key. Not used |
19 | API_SYSEX_ENABLE = no # Allows OS to send signals. | ||
20 | |||
21 | 19 | ||
22 | # Disabling this makes it compile, i dont know why | 20 | # Disabling this makes it compile, i dont know why |
23 | # VARIABLE_TRACE = no # Allows debugging variables | 21 | # VARIABLE_TRACE = no # Allows debugging variables |