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