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