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