]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/clueboard/66/keymaps/magicmonty/config.h
Clueboard refresh (#4902)
[qmk_firmware.git] / keyboards / clueboard / 66 / keymaps / magicmonty / config.h
1 #pragma once
2
3 /*
4  * MIDI options
5  */
6
7 /* Prevent use of disabled MIDI features in the keymap */
8 #define MIDI_ENABLE_STRICT 1
9
10 /* enable basic MIDI features:
11    - MIDI notes can be sent when in Music mode is on
12   #define MIDI_BASIC
13 */
14
15 /* enable advanced MIDI features:
16    - MIDI notes can be added to the keymap
17    - Octave shift and transpose
18    - Virtual sustain, portamento, and modulation wheel
19    - etc.
20 */
21 #define MIDI_ADVANCED
22
23 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
24 #define MIDI_TONE_KEYCODE_OCTAVES 2
25
26 /*
27   Setting the modified Space Cadet Parens for German layout
28
29   Default is
30   #define LSPO_KEY KC_9
31   #define RSPC_KEY KC_0
32 */
33 #define LSPO_KEY KC_8
34 #define RSPC_KEY KC_9
35 #define PERMISSIVE_HOLD