]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/vaire/config.h
[Keyboard] Add QMK configurator JSON for Alice PCB (#6397)
[qmk_firmware.git] / keyboards / planck / keymaps / vaire / config.h
1 #pragma
2
3
4
5
6 /*
7  * MIDI options
8  */
9
10 /* Prevent use of disabled MIDI features in the keymap */
11 //#define MIDI_ENABLE_STRICT 1
12
13 /* enable basic MIDI features:
14    - MIDI notes can be sent when in Music mode is on
15 */
16 #define MOUSEKEY_INTERVAL 16
17 #define MOUSEKEY_DELAY 0
18 #define MOUSEKEY_TIME_TO_MAX 60
19 #define MOUSEKEY_MAX_SPEED 7
20 #define MOUSEKEY_WHEEL_DELAY 0
21        
22
23 #define MIDI_BASIC
24
25 #define BACKLIGHT_BREATHING
26
27
28 /* enable advanced MIDI features:
29    - MIDI notes can be added to the keymap
30    - Octave shift and transpose
31    - Virtual sustain, portamento, and modulation wheel
32    - etc.
33 */
34 //#define MIDI_ADVANCED
35
36 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
37 //#define MIDI_TONE_KEYCODE_OCTAVES 2