]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/experimental/config.h
86cc4760bb63dc800bc66e35bfc3593b09ee3a75
[qmk_firmware.git] / keyboards / planck / keymaps / experimental / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 #define LEADER_TIMEOUT 300
7 #define BACKLIGHT_BREATHING
8
9 /* ws2812 RGB LED */
10 #define RGB_DI_PIN B1
11 #define RGBLIGHT_ANIMATIONS
12 #define RGBLED_NUM 8     // Number of LEDs
13 #define RGBLIGHT_HUE_STEP 10
14 #define RGBLIGHT_SAT_STEP 17
15
16 /*
17  * MIDI options
18  */
19
20 /* Prevent use of disabled MIDI features in the keymap */
21 //#define MIDI_ENABLE_STRICT 1
22
23 /* enable basic MIDI features:
24    - MIDI notes can be sent when in Music mode is on
25 */
26 #define MIDI_BASIC
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
38
39 #endif