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