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