diff options
| author | Ryan <fauxpark@gmail.com> | 2021-02-06 09:35:10 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-06 09:35:10 +1100 |
| commit | c1b2e87e894c08b5d6bdd85b9e47c885fd447370 (patch) | |
| tree | 0d4a30d37cda09933eef4278ec94309d8d7d2ff6 /keyboards/planck/keymaps/smt/config.h | |
| parent | 843643aef36165ee6b00a52e19a272e69f19e6e1 (diff) | |
| download | qmk_firmware-c1b2e87e894c08b5d6bdd85b9e47c885fd447370.tar.gz qmk_firmware-c1b2e87e894c08b5d6bdd85b9e47c885fd447370.zip | |
Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750)
Diffstat (limited to 'keyboards/planck/keymaps/smt/config.h')
| -rw-r--r-- | keyboards/planck/keymaps/smt/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/planck/keymaps/smt/config.h b/keyboards/planck/keymaps/smt/config.h index 4c6158199..2bebf48a1 100644 --- a/keyboards/planck/keymaps/smt/config.h +++ b/keyboards/planck/keymaps/smt/config.h | |||
| @@ -7,9 +7,6 @@ | |||
| 7 | * MIDI options | 7 | * MIDI options |
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | /* Prevent use of disabled MIDI features in the keymap */ | ||
| 11 | //#define MIDI_ENABLE_STRICT 1 | ||
| 12 | |||
| 13 | /* enable basic MIDI features: | 10 | /* enable basic MIDI features: |
| 14 | - MIDI notes can be sent when in Music mode is on | 11 | - MIDI notes can be sent when in Music mode is on |
| 15 | */ | 12 | */ |
