]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/experimental/config.h
layout updates and cleanups
[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
10 /* ws2812 RGB LED */
11 #define RGB_DI_PIN B1
12 #define RGBLIGHT_ANIMATIONS
13 #define RGBLED_NUM 8     // Number of LEDs
14 #define RGBLIGHT_HUE_STEP 10
15 #define RGBLIGHT_SAT_STEP 17
16
17 /*
18  * MIDI options
19  */
20
21 /* Prevent use of disabled MIDI features in the keymap */
22 //#define MIDI_ENABLE_STRICT 1
23
24 /* enable basic MIDI features:
25    - MIDI notes can be sent when in Music mode is on
26 */
27 #define MIDI_BASIC
28
29 /* enable advanced MIDI features:
30    - MIDI notes can be added to the keymap
31    - Octave shift and transpose
32    - Virtual sustain, portamento, and modulation wheel
33    - etc.
34 */
35 //#define MIDI_ADVANCED
36
37 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
38 //#define MIDI_TONE_KEYCODE_OCTAVES 2
39
40 #endif