]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/jetpacktuxedo/config.h
Keymap: jetpacktuxedo planck keymap (#3896)
[qmk_firmware.git] / keyboards / planck / keymaps / jetpacktuxedo / config.h
1 #pragma once
2
3 #ifdef AUDIO_ENABLE
4     #define STARTUP_SONG SONG(PLANCK_SOUND)
5 #endif
6
7 /*
8  * MIDI options
9  */
10
11 /* Prevent use of disabled MIDI features in the keymap */
12 //#define MIDI_ENABLE_STRICT 1
13
14 /* enable basic MIDI features:
15    - MIDI notes can be sent when in Music mode is on
16 */
17
18 #define MIDI_BASIC
19
20 /* enable advanced MIDI features:
21    - MIDI notes can be added to the keymap
22    - Octave shift and transpose
23    - Virtual sustain, portamento, and modulation wheel
24    - etc.
25 */
26 //#define MIDI_ADVANCED
27
28 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
29 //#define MIDI_TONE_KEYCODE_OCTAVES 2
30
31 // Most tactile encoders have detents every 4 stages
32 #define ENCODER_RESOLUTION 4