]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/premek/config.h
Merge branch 'master' of github.com:qmk/qmk_firmware into hf/shinydox
[qmk_firmware.git] / keyboards / planck / keymaps / premek / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
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 #define MIDI_BASIC
18
19 /* enable advanced MIDI features:
20    - MIDI notes can be added to the keymap
21    - Octave shift and transpose
22    - Virtual sustain, portamento, and modulation wheel
23    - etc.
24 */
25 //#define MIDI_ADVANCED
26
27 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
28 //#define MIDI_TONE_KEYCODE_OCTAVES 2
29
30 #endif