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