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