diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-27 17:26:26 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 17:26:26 +1100 |
commit | 6937f1d70e7d48980032446b137462a66c457bd8 (patch) | |
tree | eba50c9df87289269d92feab9aabe6d8b83b0b1f /keyboards/tkc | |
parent | a0d9221dcc085b196e071581e9e7d8d9a96037fe (diff) | |
download | qmk_firmware-6937f1d70e7d48980032446b137462a66c457bd8.tar.gz qmk_firmware-6937f1d70e7d48980032446b137462a66c457bd8.zip |
Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)
Diffstat (limited to 'keyboards/tkc')
-rw-r--r-- | keyboards/tkc/candybar/lefty/config.h | 3 | ||||
-rw-r--r-- | keyboards/tkc/candybar/righty/config.h | 3 | ||||
-rw-r--r-- | keyboards/tkc/godspeed75/config.h | 3 | ||||
-rw-r--r-- | keyboards/tkc/m0lly/config.h | 3 | ||||
-rw-r--r-- | keyboards/tkc/osav2/config.h | 3 | ||||
-rw-r--r-- | keyboards/tkc/tkc1800/config.h | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/tkc/candybar/lefty/config.h b/keyboards/tkc/candybar/lefty/config.h index cd09363ac..0f789a7b6 100644 --- a/keyboards/tkc/candybar/lefty/config.h +++ b/keyboards/tkc/candybar/lefty/config.h | |||
@@ -84,9 +84,6 @@ | |||
84 | * MIDI options | 84 | * MIDI options |
85 | */ | 85 | */ |
86 | 86 | ||
87 | /* Prevent use of disabled MIDI features in the keymap */ | ||
88 | //#define MIDI_ENABLE_STRICT 1 | ||
89 | |||
90 | /* enable basic MIDI features: | 87 | /* enable basic MIDI features: |
91 | - MIDI notes can be sent when in Music mode is on | 88 | - MIDI notes can be sent when in Music mode is on |
92 | */ | 89 | */ |
diff --git a/keyboards/tkc/candybar/righty/config.h b/keyboards/tkc/candybar/righty/config.h index 0be3a5565..4c269c299 100644 --- a/keyboards/tkc/candybar/righty/config.h +++ b/keyboards/tkc/candybar/righty/config.h | |||
@@ -84,9 +84,6 @@ | |||
84 | * MIDI options | 84 | * MIDI options |
85 | */ | 85 | */ |
86 | 86 | ||
87 | /* Prevent use of disabled MIDI features in the keymap */ | ||
88 | //#define MIDI_ENABLE_STRICT 1 | ||
89 | |||
90 | /* enable basic MIDI features: | 87 | /* enable basic MIDI features: |
91 | - MIDI notes can be sent when in Music mode is on | 88 | - MIDI notes can be sent when in Music mode is on |
92 | */ | 89 | */ |
diff --git a/keyboards/tkc/godspeed75/config.h b/keyboards/tkc/godspeed75/config.h index 3cae79200..b4b448e24 100644 --- a/keyboards/tkc/godspeed75/config.h +++ b/keyboards/tkc/godspeed75/config.h | |||
@@ -84,9 +84,6 @@ | |||
84 | * MIDI options | 84 | * MIDI options |
85 | */ | 85 | */ |
86 | 86 | ||
87 | /* Prevent use of disabled MIDI features in the keymap */ | ||
88 | //#define MIDI_ENABLE_STRICT 1 | ||
89 | |||
90 | /* enable basic MIDI features: | 87 | /* enable basic MIDI features: |
91 | - MIDI notes can be sent when in Music mode is on | 88 | - MIDI notes can be sent when in Music mode is on |
92 | */ | 89 | */ |
diff --git a/keyboards/tkc/m0lly/config.h b/keyboards/tkc/m0lly/config.h index 886c611b3..bb2225806 100644 --- a/keyboards/tkc/m0lly/config.h +++ b/keyboards/tkc/m0lly/config.h | |||
@@ -166,9 +166,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
166 | * MIDI options | 166 | * MIDI options |
167 | */ | 167 | */ |
168 | 168 | ||
169 | /* Prevent use of disabled MIDI features in the keymap */ | ||
170 | //#define MIDI_ENABLE_STRICT 1 | ||
171 | |||
172 | /* enable basic MIDI features: | 169 | /* enable basic MIDI features: |
173 | - MIDI notes can be sent when in Music mode is on | 170 | - MIDI notes can be sent when in Music mode is on |
174 | */ | 171 | */ |
diff --git a/keyboards/tkc/osav2/config.h b/keyboards/tkc/osav2/config.h index 8796e088d..aaac1a0a9 100644 --- a/keyboards/tkc/osav2/config.h +++ b/keyboards/tkc/osav2/config.h | |||
@@ -198,9 +198,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
198 | * MIDI options | 198 | * MIDI options |
199 | */ | 199 | */ |
200 | 200 | ||
201 | /* Prevent use of disabled MIDI features in the keymap */ | ||
202 | //#define MIDI_ENABLE_STRICT 1 | ||
203 | |||
204 | /* enable basic MIDI features: | 201 | /* enable basic MIDI features: |
205 | - MIDI notes can be sent when in Music mode is on | 202 | - MIDI notes can be sent when in Music mode is on |
206 | */ | 203 | */ |
diff --git a/keyboards/tkc/tkc1800/config.h b/keyboards/tkc/tkc1800/config.h index edbf872db..82d599c55 100644 --- a/keyboards/tkc/tkc1800/config.h +++ b/keyboards/tkc/tkc1800/config.h | |||
@@ -166,9 +166,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
166 | * MIDI options | 166 | * MIDI options |
167 | */ | 167 | */ |
168 | 168 | ||
169 | /* Prevent use of disabled MIDI features in the keymap */ | ||
170 | //#define MIDI_ENABLE_STRICT 1 | ||
171 | |||
172 | /* enable basic MIDI features: | 169 | /* enable basic MIDI features: |
173 | - MIDI notes can be sent when in Music mode is on | 170 | - MIDI notes can be sent when in Music mode is on |
174 | */ | 171 | */ |