diff options
Diffstat (limited to 'keyboards/satan/keymaps/midi/config.h')
-rw-r--r-- | keyboards/satan/keymaps/midi/config.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/keyboards/satan/keymaps/midi/config.h b/keyboards/satan/keymaps/midi/config.h index 0dbdb5cbc..59250b49e 100644 --- a/keyboards/satan/keymaps/midi/config.h +++ b/keyboards/satan/keymaps/midi/config.h | |||
@@ -3,7 +3,22 @@ | |||
3 | 3 | ||
4 | #include "../../config.h" | 4 | #include "../../config.h" |
5 | 5 | ||
6 | // place overrides here | 6 | /* |
7 | * MIDI options | ||
8 | */ | ||
9 | |||
10 | /* enable basic MIDI features: | ||
11 | - MIDI notes can be sent when in Music mode is on | ||
12 | */ | ||
13 | #define MIDI_BASIC | ||
14 | |||
15 | /* enable advanced MIDI features: | ||
16 | - MIDI notes can be added to the keymap | ||
17 | - Octave shift and transpose | ||
18 | - Virtual sustain, portamento, and modulation wheel | ||
19 | - etc. | ||
20 | */ | ||
21 | #define MIDI_ADVANCED | ||
7 | 22 | ||
8 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | 23 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ |
9 | #define MIDI_TONE_KEYCODE_OCTAVES 2 | 24 | #define MIDI_TONE_KEYCODE_OCTAVES 2 |