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 /layouts/community/ortho_4x12/bocaj/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 'layouts/community/ortho_4x12/bocaj/config.h')
-rw-r--r-- | layouts/community/ortho_4x12/bocaj/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/community/ortho_4x12/bocaj/config.h b/layouts/community/ortho_4x12/bocaj/config.h index 2f5b73198..9a65684f3 100644 --- a/layouts/community/ortho_4x12/bocaj/config.h +++ b/layouts/community/ortho_4x12/bocaj/config.h | |||
@@ -41,9 +41,6 @@ | |||
41 | * MIDI options | 41 | * MIDI options |
42 | */ | 42 | */ |
43 | 43 | ||
44 | /* Prevent use of disabled MIDI features in the keymap */ | ||
45 | //#define MIDI_ENABLE_STRICT 1 | ||
46 | |||
47 | /* enable basic MIDI features: | 44 | /* enable basic MIDI features: |
48 | - MIDI notes can be sent when in Music mode is on | 45 | - MIDI notes can be sent when in Music mode is on |
49 | */ | 46 | */ |