]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/ishtob/config.h
Adding ishtob keymap to master (#3235)
[qmk_firmware.git] / keyboards / planck / keymaps / ishtob / 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 //audio clicky
11     #define AUDIO_CLICKY
12   // to enable clicky on startup
13   //#define AUDIO_CLICKY_ON
14         #define AUDIO_CLICKY_FREQ_RANDOMNESS 1.0f
15
16 /* ws2812 RGB LED
17 #define RGB_DI_PIN B5
18 #define RGBLIGHT_ANIMATIONS
19 #define RGBLED_NUM 8     // Number of LEDs
20 #define RGBLIGHT_HUE_STEP 10
21 #define RGBLIGHT_SAT_STEP 17
22 */
23 #undef PLANCK_MIT_LAYOUT
24
25 #undef DEBOUNCE
26 #define DEBOUNCE 0
27
28 //rgb-reactive
29 #define RGB_MATRIX_KEYPRESSES
30 #define EECONFIG_RGB_MATRIX (uint32_t *)16
31
32 //skip usb startup check
33 //#define NO_USB_STARTUP_CHECK
34
35
36 /*
37  * MIDI options
38  */
39
40 /* Prevent use of disabled MIDI features in the keymap */
41 //#define MIDI_ENABLE_STRICT 1
42
43 /* enable basic MIDI features:
44    - MIDI notes can be sent when in Music mode is on
45 */
46 #define MIDI_BASIC
47
48 /* enable advanced MIDI features:
49    - MIDI notes can be added to the keymap
50    - Octave shift and transpose
51    - Virtual sustain, portamento, and modulation wheel
52    - etc.
53 */
54 //#define MIDI_ADVANCED
55
56 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
57 //#define MIDI_TONE_KEYCODE_OCTAVES 2
58
59
60 #endif