diff options
Diffstat (limited to 'keyboards/planck/keymaps/jhenahan/config.h')
| -rw-r--r-- | keyboards/planck/keymaps/jhenahan/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/jhenahan/config.h b/keyboards/planck/keymaps/jhenahan/config.h index cd3adc41c..1e42b92b9 100644 --- a/keyboards/planck/keymaps/jhenahan/config.h +++ b/keyboards/planck/keymaps/jhenahan/config.h | |||
| @@ -6,4 +6,27 @@ | |||
| 6 | #define FORCE_NKRO | 6 | #define FORCE_NKRO |
| 7 | #define WORKMAN_SOUND COLEMAK_SOUND | 7 | #define WORKMAN_SOUND COLEMAK_SOUND |
| 8 | 8 | ||
| 9 | /* | ||
| 10 | * MIDI options | ||
| 11 | */ | ||
| 12 | |||
| 13 | /* Prevent use of disabled MIDI features in the keymap */ | ||
| 14 | //#define MIDI_ENABLE_STRICT 1 | ||
| 15 | |||
| 16 | /* enable basic MIDI features: | ||
| 17 | - MIDI notes can be sent when in Music mode is on | ||
| 18 | */ | ||
| 19 | #define MIDI_BASIC | ||
| 20 | |||
| 21 | /* enable advanced MIDI features: | ||
| 22 | - MIDI notes can be added to the keymap | ||
| 23 | - Octave shift and transpose | ||
| 24 | - Virtual sustain, portamento, and modulation wheel | ||
| 25 | - etc. | ||
| 26 | */ | ||
| 27 | //#define MIDI_ADVANCED | ||
| 28 | |||
| 29 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
| 30 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 | ||
| 31 | |||
| 9 | #endif | 32 | #endif |
