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