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/dc01 | |
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/dc01')
-rw-r--r-- | keyboards/dc01/arrow/config.h | 3 | ||||
-rw-r--r-- | keyboards/dc01/left/config.h | 3 | ||||
-rw-r--r-- | keyboards/dc01/numpad/config.h | 3 | ||||
-rw-r--r-- | keyboards/dc01/right/config.h | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/dc01/arrow/config.h b/keyboards/dc01/arrow/config.h index 4ab91c24b0..45e48d189b 100644 --- a/keyboards/dc01/arrow/config.h +++ b/keyboards/dc01/arrow/config.h @@ -124,9 +124,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/dc01/left/config.h b/keyboards/dc01/left/config.h index acad044742..9f2e564a45 100644 --- a/keyboards/dc01/left/config.h +++ b/keyboards/dc01/left/config.h @@ -127,9 +127,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/dc01/numpad/config.h b/keyboards/dc01/numpad/config.h index c238101ff2..e8b5d2b57a 100644 --- a/keyboards/dc01/numpad/config.h +++ b/keyboards/dc01/numpad/config.h @@ -124,9 +124,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/dc01/right/config.h b/keyboards/dc01/right/config.h index 6911519b89..e22ea66410 100644 --- a/keyboards/dc01/right/config.h +++ b/keyboards/dc01/right/config.h @@ -124,9 +124,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 */ |