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