diff options
Diffstat (limited to 'keyboards/alf/dc60/config.h')
-rw-r--r-- | keyboards/alf/dc60/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/alf/dc60/config.h b/keyboards/alf/dc60/config.h index 42c3ebee2..0064da01f 100644 --- a/keyboards/alf/dc60/config.h +++ b/keyboards/alf/dc60/config.h | |||
@@ -167,23 +167,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
167 | //#define NO_ACTION_ONESHOT | 167 | //#define NO_ACTION_ONESHOT |
168 | //#define NO_ACTION_MACRO | 168 | //#define NO_ACTION_MACRO |
169 | //#define NO_ACTION_FUNCTION | 169 | //#define NO_ACTION_FUNCTION |
170 | |||
171 | /* | ||
172 | * MIDI options | ||
173 | */ | ||
174 | |||
175 | /* enable basic MIDI features: | ||
176 | - MIDI notes can be sent when in Music mode is on | ||
177 | */ | ||
178 | //#define MIDI_BASIC | ||
179 | |||
180 | /* enable advanced MIDI features: | ||
181 | - MIDI notes can be added to the keymap | ||
182 | - Octave shift and transpose | ||
183 | - Virtual sustain, portamento, and modulation wheel | ||
184 | - etc. | ||
185 | */ | ||
186 | //#define MIDI_ADVANCED | ||
187 | |||
188 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
189 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||