aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/jetpacktuxedo/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/jetpacktuxedo/config.h')
-rw-r--r--keyboards/planck/keymaps/jetpacktuxedo/config.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/jetpacktuxedo/config.h b/keyboards/planck/keymaps/jetpacktuxedo/config.h
new file mode 100644
index 000000000..f216dc02d
--- /dev/null
+++ b/keyboards/planck/keymaps/jetpacktuxedo/config.h
@@ -0,0 +1,32 @@
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