diff options
Diffstat (limited to 'keyboards/boardsource/4x12/config.h')
-rw-r--r-- | keyboards/boardsource/4x12/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/boardsource/4x12/config.h b/keyboards/boardsource/4x12/config.h index 6125260cd..2ba19356d 100644 --- a/keyboards/boardsource/4x12/config.h +++ b/keyboards/boardsource/4x12/config.h | |||
@@ -116,23 +116,3 @@ | |||
116 | //#define NO_ACTION_ONESHOT | 116 | //#define NO_ACTION_ONESHOT |
117 | //#define NO_ACTION_MACRO | 117 | //#define NO_ACTION_MACRO |
118 | //#define NO_ACTION_FUNCTION | 118 | //#define NO_ACTION_FUNCTION |
119 | |||
120 | /* | ||
121 | * MIDI options | ||
122 | */ | ||
123 | |||
124 | /* enable basic MIDI features: | ||
125 | - MIDI notes can be sent when in Music mode is on | ||
126 | */ | ||
127 | //#define MIDI_BASIC | ||
128 | |||
129 | /* enable advanced MIDI features: | ||
130 | - MIDI notes can be added to the keymap | ||
131 | - Octave shift and transpose | ||
132 | - Virtual sustain, portamento, and modulation wheel | ||
133 | - etc. | ||
134 | */ | ||
135 | //#define MIDI_ADVANCED | ||
136 | |||
137 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
138 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||