diff options
Diffstat (limited to 'keyboards/arisu/config.h')
-rw-r--r-- | keyboards/arisu/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/arisu/config.h b/keyboards/arisu/config.h index b1f9cf86d..227b71419 100644 --- a/keyboards/arisu/config.h +++ b/keyboards/arisu/config.h | |||
@@ -182,23 +182,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
182 | //#define NO_ACTION_ONESHOT | 182 | //#define NO_ACTION_ONESHOT |
183 | //#define NO_ACTION_MACRO | 183 | //#define NO_ACTION_MACRO |
184 | //#define NO_ACTION_FUNCTION | 184 | //#define NO_ACTION_FUNCTION |
185 | |||
186 | /* | ||
187 | * MIDI options | ||
188 | */ | ||
189 | |||
190 | /* enable basic MIDI features: | ||
191 | - MIDI notes can be sent when in Music mode is on | ||
192 | */ | ||
193 | //#define MIDI_BASIC | ||
194 | |||
195 | /* enable advanced MIDI features: | ||
196 | - MIDI notes can be added to the keymap | ||
197 | - Octave shift and transpose | ||
198 | - Virtual sustain, portamento, and modulation wheel | ||
199 | - etc. | ||
200 | */ | ||
201 | //#define MIDI_ADVANCED | ||
202 | |||
203 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
204 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||