]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/jetpacktuxedo/config.h
Keymap: add clicky support to jetpacktuxedo keymap (#3990)
[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     #define AUDIO_CLICKY
6 #endif
7
8 /*
9  * MIDI options
10  */
11
12 /* Prevent use of disabled MIDI features in the keymap */
13 //#define MIDI_ENABLE_STRICT 1
14
15 /* enable basic MIDI features:
16    - MIDI notes can be sent when in Music mode is on
17 */
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
32 // Most tactile encoders have detents every 4 stages
33 #define ENCODER_RESOLUTION 4
34