aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/motform/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/motform/config.h')
-rw-r--r--keyboards/planck/keymaps/motform/config.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/keyboards/planck/keymaps/motform/config.h b/keyboards/planck/keymaps/motform/config.h
index 9020d2b9f..6f70f09be 100644
--- a/keyboards/planck/keymaps/motform/config.h
+++ b/keyboards/planck/keymaps/motform/config.h
@@ -1,36 +1 @@
1#pragma once #pragma once
2
3#ifdef AUDIO_ENABLE
4 #define STARTUP_SONG SONG(PLANCK_SOUND)
5 // #define STARTUP_SONG SONG(NO_SOUND)
6
7 #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
8 SONG(COLEMAK_SOUND), \
9 SONG(DVORAK_SOUND) \
10 }
11#endif
12
13/*
14 * MIDI options
15 */
16
17/* enable basic MIDI features:
18 - MIDI notes can be sent when in Music mode is on
19*/
20
21#define MIDI_BASIC
22
23/* enable advanced MIDI features:
24 - MIDI notes can be added to the keymap
25 - Octave shift and transpose
26 - Virtual sustain, portamento, and modulation wheel
27 - etc.
28*/
29//#define MIDI_ADVANCED
30
31/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
32//#define MIDI_TONE_KEYCODE_OCTAVES 2
33
34// Most tactile encoders have detents every 4 stages
35#define ENCODER_RESOLUTION 4
36