diff options
Diffstat (limited to 'keyboards/planck/keymaps/msiu/config.h')
| -rw-r--r-- | keyboards/planck/keymaps/msiu/config.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/msiu/config.h b/keyboards/planck/keymaps/msiu/config.h new file mode 100644 index 000000000..40e399a67 --- /dev/null +++ b/keyboards/planck/keymaps/msiu/config.h | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | |||
| 4 | #ifdef AUDIO_ENABLE | ||
| 5 | #define STARTUP_SONG SONG(PLANCK_SOUND) | ||
| 6 | // #define STARTUP_SONG SONG(NO_SOUND) | ||
| 7 | |||
| 8 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | ||
| 9 | SONG(COLEMAK_SOUND), \ | ||
| 10 | SONG(DVORAK_SOUND) \ | ||
| 11 | } | ||
| 12 | #endif | ||
| 13 | |||
| 14 | /* | ||
| 15 | * MIDI options | ||
| 16 | */ | ||
| 17 | |||
| 18 | /* Prevent use of disabled MIDI features in the keymap */ | ||
| 19 | //#define MIDI_ENABLE_STRICT 1 | ||
| 20 | |||
| 21 | /* enable basic MIDI features: | ||
| 22 | - MIDI notes can be sent when in Music mode is on | ||
| 23 | */ | ||
| 24 | |||
| 25 | #define MIDI_BASIC | ||
| 26 | |||
| 27 | /* enable advanced MIDI features: | ||
| 28 | - MIDI notes can be added to the keymap | ||
| 29 | - Octave shift and transpose | ||
| 30 | - Virtual sustain, portamento, and modulation wheel | ||
| 31 | - etc. | ||
| 32 | */ | ||
| 33 | //#define MIDI_ADVANCED | ||
| 34 | |||
| 35 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
| 36 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 | ||
| 37 | |||
| 38 | // Most tactile encoders have detents every 4 stages | ||
| 39 | #define ENCODER_RESOLUTION 4 | ||
| 40 | |||
