aboutsummaryrefslogtreecommitdiff
path: root/keyboards/contra/keymaps/msiu/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/contra/keymaps/msiu/config.h')
-rw-r--r--keyboards/contra/keymaps/msiu/config.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/contra/keymaps/msiu/config.h b/keyboards/contra/keymaps/msiu/config.h
new file mode 100644
index 000000000..6166fea4a
--- /dev/null
+++ b/keyboards/contra/keymaps/msiu/config.h
@@ -0,0 +1,34 @@
1#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#define MUSIC_MASK (keycode != KC_NO)
14
15/*
16 * MIDI options
17 */
18
19/* enable basic MIDI features:
20 - MIDI notes can be sent when in Music mode is on
21*/
22
23#define MIDI_BASIC
24
25/* enable advanced MIDI features:
26 - MIDI notes can be added to the keymap
27 - Octave shift and transpose
28 - Virtual sustain, portamento, and modulation wheel
29 - etc.
30*/
31//#define MIDI_ADVANCED
32
33/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
34//#define MIDI_TONE_KEYCODE_OCTAVES 2