]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/drashna/config.h
[Keymap] Big Drashna code update (#6639)
[qmk_firmware.git] / layouts / community / ortho_4x12 / drashna / config.h
1 #pragma once
2
3 #if defined(RGBLIGHT_ENABLE) && !defined(RGBLED_NUM)
4 #    define RGB_DI_PIN B3
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
14 #    endif
15 #endif  // RGBLIGHT_ENABLE
16
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
24 #endif
25
26 #if defined(KEYBOARD_lets_split_rev2)
27 #    define USE_SERIAL
28 #    undef USE_I2C
29 #    define EE_HANDS
30 #endif
31
32 #if !defined(KEYBOARD_planck_light)
33 #    ifdef RGBLIGHT_ENABLE
34 #        define NO_MUSIC_MODE
35 #    endif  // RGBLIGHT_ENABLE
36 #endif      // KEYBOARD_planck_light
37
38 #if defined(KEYBOARD_planck)
39 #    undef PRODUCT
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
46 #    endif
47 #endif
48
49 /*
50  * MIDI options
51  */
52
53 /* Prevent use of disabled MIDI features in the keymap */
54 //#define MIDI_ENABLE_STRICT 1
55
56 /* enable basic MIDI features:
57    - MIDI notes can be sent when in Music mode is on
58 */
59
60 // #define MIDI_BASIC
61
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
66    - etc.
67 */
68 //#define MIDI_ADVANCED
69
70 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
71 //#define MIDI_TONE_KEYCODE_OCTAVES 2