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/experimental/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/experimental/config.h')
| -rw-r--r-- | keyboards/planck/keymaps/experimental/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/planck/keymaps/experimental/config.h b/keyboards/planck/keymaps/experimental/config.h index 86cc4760b..038dc6a8f 100644 --- a/keyboards/planck/keymaps/experimental/config.h +++ b/keyboards/planck/keymaps/experimental/config.h | |||
| @@ -17,9 +17,6 @@ | |||
| 17 | * MIDI options | 17 | * MIDI options |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | /* Prevent use of disabled MIDI features in the keymap */ | ||
| 21 | //#define MIDI_ENABLE_STRICT 1 | ||
| 22 | |||
| 23 | /* enable basic MIDI features: | 20 | /* enable basic MIDI features: |
| 24 | - MIDI notes can be sent when in Music mode is on | 21 | - MIDI notes can be sent when in Music mode is on |
| 25 | */ | 22 | */ |
