]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/ishtob/config.h
Remove more commented out MCUs
[qmk_firmware.git] / users / ishtob / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "config_common.h"
5
6 #ifdef AUDIO_ENABLE
7     #define STARTUP_SONG SONG(PLANCK_SOUND)
8     // #define STARTUP_SONG SONG(NO_SOUND)
9
10     #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
11                                   SONG(COLEMAK_SOUND), \
12                                   SONG(DVORAK_SOUND) \
13                                 }
14 #endif
15
16 //#define LEADER_TIMEOUT 300
17 //#define BACKLIGHT_BREATHING
18 //#define PERMISSIVE_HOLD
19 // #define QMK_KEYS_PER_SCAN 4
20
21 //audio clicky
22   //#define AUDIO_CLICKY
23   // to enable clicky on startup
24   //#define AUDIO_CLICKY_ON
25   //#define AUDIO_CLICKY_FREQ_RANDOMNESS 1.0f
26
27 /* ws2812 RGB LED
28 #define RGB_DI_PIN B5
29 #define RGBLIGHT_ANIMATIONS
30 #define RGBLED_NUM 8     // Number of LEDs
31 #define RGBLIGHT_HUE_STEP 10
32 #define RGBLIGHT_SAT_STEP 17
33 */
34 #undef PLANCK_MIT_LAYOUT
35
36 //#define MUON_LEFT
37
38 #undef DEBOUNCE
39 #define DEBOUNCE 0
40
41 //rgb-reactive
42 //#define RGB_MATRIX_KEYPRESSES
43 //#define EECONFIG_RGB_MATRIX (uint32_t *)16
44
45 //skip usb startup check
46 //#define NO_USB_STARTUP_CHECK
47
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 #define MIDI_BASIC
60
61 /* enable advanced MIDI features:
62    - MIDI notes can be added to the keymap
63    - Octave shift and transpose
64    - Virtual sustain, portamento, and modulation wheel
65    - etc.
66 */
67 //#define MIDI_ADVANCED
68
69 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
70 //#define MIDI_TONE_KEYCODE_OCTAVES 2
71
72 // Most tactile encoders have detents every 4 stages
73 #define ENCODER_RESOLUTION 4
74
75 #endif