]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/msiu/config.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / planck / keymaps / msiu / config.h
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