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