]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/skug/config.h
[Keymap] Jarred's Plaid keymap (#6049)
[qmk_firmware.git] / keyboards / planck / keymaps / skug / config.h
1 #pragma once
2
3 // Override SpaceCadet Settings
4 #undef LSPO_KEY
5 #undef RSPC_KEY
6 #define LSPO_KEY KC_8 // Nordic Left SpaceCadet
7 #define RSPC_KEY KC_9 // Nordic Right SpaceCadet
8
9 // Audio
10 #ifdef AUDIO_ENABLE
11     #define STARTUP_SONG SONG(COIN_SOUND)
12
13     #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
14                                   SONG(COLEMAK_SOUND), \
15                                   SONG(DVORAK_SOUND) \
16                                 }
17 #endif
18
19 /*
20  * MIDI options
21  */
22
23 /* Prevent use of disabled MIDI features in the keymap */
24 //#define MIDI_ENABLE_STRICT 1
25
26 /* enable basic MIDI features:
27    - MIDI notes can be sent when in Music mode is on
28 */
29
30 #define MIDI_BASIC
31
32 /* enable advanced MIDI features:
33    - MIDI notes can be added to the keymap
34    - Octave shift and transpose
35    - Virtual sustain, portamento, and modulation wheel
36    - etc.
37 */
38 //#define MIDI_ADVANCED
39
40 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
41 //#define MIDI_TONE_KEYCODE_OCTAVES 2
42
43 // Most tactile encoders have detents every 4 stages
44 #define ENCODER_RESOLUTION 4