3 #if defined(RGBLIGHT_ENABLE) && !defined(RGBLED_NUM)
5 # define RGBLED_NUM 13 // Number of LEDs
6 # define RGBLIGHT_ANIMATIONS
7 # define RGBLIGHT_HUE_STEP 12
8 # define RGBLIGHT_SAT_STEP 12
9 # define RGBLIGHT_VAL_STEP 12
10 # define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2
11 # define RGBLIGHT_EFFECT_SNAKE_LENGTH 2
12 # ifdef RGB_MATRIX_ENABLE
13 # define RGBLIGHT_DISABLE_KEYCODES
15 #endif // RGBLIGHT_ENABLE
17 #ifdef RGB_MATRIX_ENABLE
18 # define RGB_MATRIX_KEYPRESSES // reacts to keypresses (will slow down matrix scan by a lot)
19 // #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened)
20 # define RGB_MATRIX_FRAMEBUFFER_EFFECTS
21 // #define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
22 // #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255
23 # define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended
26 #if defined(KEYBOARD_lets_split_rev2)
32 #if !defined(KEYBOARD_planck_light)
33 # ifdef RGBLIGHT_ENABLE
34 # define NO_MUSIC_MODE
35 # endif // RGBLIGHT_ENABLE
36 #endif // KEYBOARD_planck_light
38 #if defined(KEYBOARD_planck)
40 # if defined(KEYBOARD_planck_light)
41 # define PRODUCT Drashna Hacked RGB Beacon(Planck Light)
42 # elif defined(KEYBOARD_planck_rev6)
43 # define PRODUCT Drashna Hacked Planck Rev6
44 # elif defined(KEYBOARD_planck_ez)
45 # define PRODUCT Drashna Hacked Planck EZ
53 /* Prevent use of disabled MIDI features in the keymap */
54 //#define MIDI_ENABLE_STRICT 1
56 /* enable basic MIDI features:
57 - MIDI notes can be sent when in Music mode is on
62 /* enable advanced MIDI features:
63 - MIDI notes can be added to the keymap
64 - Octave shift and transpose
65 - Virtual sustain, portamento, and modulation wheel
68 //#define MIDI_ADVANCED
70 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
71 //#define MIDI_TONE_KEYCODE_OCTAVES 2