diff options
Diffstat (limited to 'keyboards/standaside/config.h')
-rw-r--r-- | keyboards/standaside/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/standaside/config.h b/keyboards/standaside/config.h index 23ae52d7c..d6d60fd96 100644 --- a/keyboards/standaside/config.h +++ b/keyboards/standaside/config.h | |||
@@ -150,23 +150,3 @@ | |||
150 | //#define NO_ACTION_MACRO | 150 | //#define NO_ACTION_MACRO |
151 | //#define NO_ACTION_FUNCTION | 151 | //#define NO_ACTION_FUNCTION |
152 | 152 | ||
153 | /* | ||
154 | * MIDI options | ||
155 | */ | ||
156 | |||
157 | /* enable basic MIDI features: | ||
158 | - MIDI notes can be sent when in Music mode is on | ||
159 | */ | ||
160 | //#define MIDI_BASIC | ||
161 | |||
162 | /* enable advanced MIDI features: | ||
163 | - MIDI notes can be added to the keymap | ||
164 | - Octave shift and transpose | ||
165 | - Virtual sustain, portamento, and modulation wheel | ||
166 | - etc. | ||
167 | */ | ||
168 | //#define MIDI_ADVANCED | ||
169 | |||
170 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
171 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
172 | |||