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/coseyfannitutti | |
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/coseyfannitutti')
-rw-r--r-- | keyboards/coseyfannitutti/discipad/config.h | 3 | ||||
-rw-r--r-- | keyboards/coseyfannitutti/discipline/config.h | 3 | ||||
-rw-r--r-- | keyboards/coseyfannitutti/mullet/config.h | 3 | ||||
-rw-r--r-- | keyboards/coseyfannitutti/mulletpad/config.h | 3 | ||||
-rw-r--r-- | keyboards/coseyfannitutti/mysterium/config.h | 3 | ||||
-rw-r--r-- | keyboards/coseyfannitutti/romeo/config.h | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/coseyfannitutti/discipad/config.h b/keyboards/coseyfannitutti/discipad/config.h index 961f34aa94..01b12cf3aa 100644 --- a/keyboards/coseyfannitutti/discipad/config.h +++ b/keyboards/coseyfannitutti/discipad/config.h @@ -195,9 +195,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * MIDI options */ -/* Prevent use of disabled MIDI features in the keymap */ -//#define MIDI_ENABLE_STRICT 1 - /* enable basic MIDI features: - MIDI notes can be sent when in Music mode is on */ diff --git a/keyboards/coseyfannitutti/discipline/config.h b/keyboards/coseyfannitutti/discipline/config.h index 7475bf09d8..af2bc452b0 100644 --- a/keyboards/coseyfannitutti/discipline/config.h +++ b/keyboards/coseyfannitutti/discipline/config.h @@ -193,9 +193,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * MIDI options */ -/* Prevent use of disabled MIDI features in the keymap */ -//#define MIDI_ENABLE_STRICT 1 - /* enable basic MIDI features: - MIDI notes can be sent when in Music mode is on */ diff --git a/keyboards/coseyfannitutti/mullet/config.h b/keyboards/coseyfannitutti/mullet/config.h index 1b5741c13c..9d92d0839b 100644 --- a/keyboards/coseyfannitutti/mullet/config.h +++ b/keyboards/coseyfannitutti/mullet/config.h @@ -122,9 +122,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * MIDI options */ -/* Prevent use of disabled MIDI features in the keymap */ -//#define MIDI_ENABLE_STRICT 1 - /* enable basic MIDI features: - MIDI notes can be sent when in Music mode is on */ diff --git a/keyboards/coseyfannitutti/mulletpad/config.h b/keyboards/coseyfannitutti/mulletpad/config.h index cdfe891212..782bc16e76 100644 --- a/keyboards/coseyfannitutti/mulletpad/config.h +++ b/keyboards/coseyfannitutti/mulletpad/config.h @@ -122,9 +122,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * MIDI options */ -/* Prevent use of disabled MIDI features in the keymap */ -//#define MIDI_ENABLE_STRICT 1 - /* enable basic MIDI features: - MIDI notes can be sent when in Music mode is on */ diff --git a/keyboards/coseyfannitutti/mysterium/config.h b/keyboards/coseyfannitutti/mysterium/config.h index fc47a39730..9b657d5bda 100644 --- a/keyboards/coseyfannitutti/mysterium/config.h +++ b/keyboards/coseyfannitutti/mysterium/config.h @@ -191,9 +191,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * MIDI options */ -/* Prevent use of disabled MIDI features in the keymap */ -//#define MIDI_ENABLE_STRICT 1 - /* enable basic MIDI features: - MIDI notes can be sent when in Music mode is on */ diff --git a/keyboards/coseyfannitutti/romeo/config.h b/keyboards/coseyfannitutti/romeo/config.h index 1a2d86d273..8be834db89 100644 --- a/keyboards/coseyfannitutti/romeo/config.h +++ b/keyboards/coseyfannitutti/romeo/config.h @@ -194,9 +194,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * MIDI options */ -/* Prevent use of disabled MIDI features in the keymap */ -//#define MIDI_ENABLE_STRICT 1 - /* enable basic MIDI features: - MIDI notes can be sent when in Music mode is on */ |