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 | |
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')
-rw-r--r-- | layouts/community/ortho_4x12/bocaj/config.h | 3 | ||||
-rw-r--r-- | layouts/community/ortho_4x12/brandonschlack/config.h | 3 | ||||
-rw-r--r-- | layouts/community/ortho_4x12/drashna/config.h | 3 | ||||
-rw-r--r-- | layouts/community/ortho_4x12/jackhumbert/config.h | 3 | ||||
-rw-r--r-- | layouts/community/ortho_4x12/juno/config.h | 3 | ||||
-rw-r--r-- | layouts/community/ortho_4x12/junonum/config.h | 3 | ||||
-rw-r--r-- | layouts/community/ortho_4x12/mguterl/config.h | 3 | ||||
-rw-r--r-- | layouts/community/ortho_5x12/brandonschlack/config.h | 3 |
8 files changed, 0 insertions, 24 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 | */ |
diff --git a/layouts/community/ortho_4x12/brandonschlack/config.h b/layouts/community/ortho_4x12/brandonschlack/config.h index 9b6789c1c..7828f057a 100644 --- a/layouts/community/ortho_4x12/brandonschlack/config.h +++ b/layouts/community/ortho_4x12/brandonschlack/config.h | |||
@@ -30,9 +30,6 @@ | |||
30 | * MIDI options | 30 | * MIDI options |
31 | */ | 31 | */ |
32 | 32 | ||
33 | /* Prevent use of disabled MIDI features in the keymap */ | ||
34 | //#define MIDI_ENABLE_STRICT 1 | ||
35 | |||
36 | /* enable basic MIDI features: | 33 | /* enable basic MIDI features: |
37 | - MIDI notes can be sent when in Music mode is on | 34 | - MIDI notes can be sent when in Music mode is on |
38 | */ | 35 | */ |
diff --git a/layouts/community/ortho_4x12/drashna/config.h b/layouts/community/ortho_4x12/drashna/config.h index 4a1d1babe..f4abd64f5 100644 --- a/layouts/community/ortho_4x12/drashna/config.h +++ b/layouts/community/ortho_4x12/drashna/config.h | |||
@@ -87,9 +87,6 @@ | |||
87 | * MIDI options | 87 | * MIDI options |
88 | */ | 88 | */ |
89 | 89 | ||
90 | /* Prevent use of disabled MIDI features in the keymap */ | ||
91 | //#define MIDI_ENABLE_STRICT 1 | ||
92 | |||
93 | /* enable basic MIDI features: | 90 | /* enable basic MIDI features: |
94 | - MIDI notes can be sent when in Music mode is on | 91 | - MIDI notes can be sent when in Music mode is on |
95 | */ | 92 | */ |
diff --git a/layouts/community/ortho_4x12/jackhumbert/config.h b/layouts/community/ortho_4x12/jackhumbert/config.h index ea554c053..4cc8382fb 100644 --- a/layouts/community/ortho_4x12/jackhumbert/config.h +++ b/layouts/community/ortho_4x12/jackhumbert/config.h | |||
@@ -30,9 +30,6 @@ | |||
30 | * MIDI options | 30 | * MIDI options |
31 | */ | 31 | */ |
32 | 32 | ||
33 | /* Prevent use of disabled MIDI features in the keymap */ | ||
34 | //#define MIDI_ENABLE_STRICT 1 | ||
35 | |||
36 | /* enable basic MIDI features: | 33 | /* enable basic MIDI features: |
37 | - MIDI notes can be sent when in Music mode is on | 34 | - MIDI notes can be sent when in Music mode is on |
38 | */ | 35 | */ |
diff --git a/layouts/community/ortho_4x12/juno/config.h b/layouts/community/ortho_4x12/juno/config.h index eae636c57..81fc21727 100644 --- a/layouts/community/ortho_4x12/juno/config.h +++ b/layouts/community/ortho_4x12/juno/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 | */ |
diff --git a/layouts/community/ortho_4x12/junonum/config.h b/layouts/community/ortho_4x12/junonum/config.h index 23ef0e122..4b4d010a6 100644 --- a/layouts/community/ortho_4x12/junonum/config.h +++ b/layouts/community/ortho_4x12/junonum/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 | */ |
diff --git a/layouts/community/ortho_4x12/mguterl/config.h b/layouts/community/ortho_4x12/mguterl/config.h index 6fa31cc8a..9020d2b9f 100644 --- a/layouts/community/ortho_4x12/mguterl/config.h +++ b/layouts/community/ortho_4x12/mguterl/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 | */ |
diff --git a/layouts/community/ortho_5x12/brandonschlack/config.h b/layouts/community/ortho_5x12/brandonschlack/config.h index 996829736..5704ca12f 100644 --- a/layouts/community/ortho_5x12/brandonschlack/config.h +++ b/layouts/community/ortho_5x12/brandonschlack/config.h | |||
@@ -30,9 +30,6 @@ | |||
30 | * MIDI options | 30 | * MIDI options |
31 | */ | 31 | */ |
32 | 32 | ||
33 | /* Prevent use of disabled MIDI features in the keymap */ | ||
34 | //#define MIDI_ENABLE_STRICT 1 | ||
35 | |||
36 | /* enable basic MIDI features: | 33 | /* enable basic MIDI features: |
37 | - MIDI notes can be sent when in Music mode is on | 34 | - MIDI notes can be sent when in Music mode is on |
38 | */ | 35 | */ |