diff options
Diffstat (limited to 'users/kuchosauronad0/config.h')
| -rw-r--r-- | users/kuchosauronad0/config.h | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/users/kuchosauronad0/config.h b/users/kuchosauronad0/config.h index b2c63c1e0..b06c9e2c5 100644 --- a/users/kuchosauronad0/config.h +++ b/users/kuchosauronad0/config.h | |||
| @@ -1,61 +1,62 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #ifdef AUDIO_ENABLE | 3 | #ifdef AUDIO_ENABLE |
| 4 | #define AUDIO_CLICKY | 4 | # define DEFAULT_LAYER_SONGS \ |
| 5 | #define STARTUP_SONG SONG(RICK_ROLL) | 5 | { SONG(QWERTY_SOUND), SONG(COLEMAK_SOUND), SONG(DVORAK_SOUND), SONG(PLOVER_SOUND) } |
| 6 | #define GOODBYE_SONG SONG(SONIC_RING) | 6 | # define AUDIO_CLICKY |
| 7 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | 7 | # define STARTUP_SONG SONG(RICK_ROLL) |
| 8 | SONG(COLEMAK_SOUND), \ | 8 | # define GOODBYE_SONG SONG(SONIC_RING) |
| 9 | SONG(DVORAK_SOUND), \ | 9 | # define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f |
| 10 | SONG(OVERWATCH_THEME) \ | 10 | # ifndef __arm__ |
| 11 | } | 11 | # undef NOTE_REST |
| 12 | #define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f | 12 | # define NOTE_REST 1.00f |
| 13 | // #ifdef RGBLIGHT_ENABLE | 13 | # endif // !__arm__ |
| 14 | // #define NO_MUSIC_MODE | 14 | # define UNICODE_SONG_OSX SONG(RICK_ROLL) |
| 15 | // #endif //RGBLIGHT_ENABLE/ | 15 | # define UNICODE_SONG_LNX SONG(RICK_ROLL) |
| 16 | // #ifndef __arm__ | 16 | # define UNICODE_SONG_WIN SONG(RICK_ROLL) |
| 17 | // #undef NOTE_REST | 17 | # define UNICODE_SONG_BSD SONG(RICK_ROLL) |
| 18 | // #define NOTE_REST 1.00f | 18 | # define UNICODE_SONG_WINC SONG(RICK_ROLL) |
| 19 | // #endif // !__arm__ | ||
| 20 | #define UNICODE_SONG_OSX SONG(RICK_ROLL) | ||
| 21 | #define UNICODE_SONG_LNX SONG(RICK_ROLL) | ||
| 22 | #define UNICODE_SONG_WIN SONG(RICK_ROLL) | ||
| 23 | #define UNICODE_SONG_BSD SONG(RICK_ROLL) | ||
| 24 | #define UNICODE_SONG_WINC SONG(RICK_ROLL) | ||
| 25 | #endif // !AUDIO_ENABLE | 19 | #endif // !AUDIO_ENABLE |
| 26 | 20 | ||
| 27 | #ifdef RGBLIGHT_ENABLE | 21 | #ifdef RGBLIGHT_ENABLE |
| 28 | #define RGBLIGHT_SLEEP | 22 | # define RGBLIGHT_SLEEP |
| 29 | #undef RGBLIGHT_ANIMATIONS | 23 | # undef RGBLIGHT_ANIMATIONS |
| 30 | #define RGBLIGHT_EFFECT_BREATHING | 24 | # define RGBLIGHT_HUE_STEP 16 |
| 31 | #define RGBLIGHT_EFFECT_SNAKE | 25 | # define RGBLIGHT_SAT_STEP 16 |
| 32 | #define RGBLIGHT_EFFECT_KNIGHT | 26 | # define RGBLIGHT_VAL_STEP 16 |
| 27 | # define RGBLIGHT_LIMIT_VAL 255 | ||
| 28 | # define RGBLIGHT_EFFECT_BREATHING | ||
| 29 | # define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 30 | //# define RGBLIGHT_EFFECT_KNIGHT | ||
| 31 | //# define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2 | ||
| 32 | //# define RGBLIGHT_EFFECT_SNAKE | ||
| 33 | //# define RGBLIGHT_EFFECT_SNAKE_LENGTH 2 | ||
| 33 | #endif // !RGBLIGHT_ENABLE | 34 | #endif // !RGBLIGHT_ENABLE |
| 34 | 35 | ||
| 35 | #ifndef ONESHOT_TAP_TOGGLE | 36 | #ifndef ONESHOT_TAP_TOGGLE |
| 36 | #define ONESHOT_TAP_TOGGLE 2 | 37 | # define ONESHOT_TAP_TOGGLE 2 |
| 37 | #endif // !ONESHOT_TAP_TOGGLE | 38 | #endif // !ONESHOT_TAP_TOGGLE |
| 38 | 39 | ||
| 39 | #ifndef ONESHOT_TIMEOUT | 40 | #ifndef ONESHOT_TIMEOUT |
| 40 | #define ONESHOT_TIMEOUT 3000 | 41 | # define ONESHOT_TIMEOUT 3000 |
| 41 | #endif// !ONESHOT_TIMEOUT | 42 | #endif// !ONESHOT_TIMEOUT |
| 42 | 43 | ||
| 43 | #ifndef QMK_KEYS_PER_SCAN | 44 | #ifndef QMK_KEYS_PER_SCAN |
| 44 | #define QMK_KEYS_PER_SCAN 4 | 45 | # define QMK_KEYS_PER_SCAN 4 |
| 45 | #endif // !QMK_KEYS_PER_SCAN | 46 | #endif // !QMK_KEYS_PER_SCAN |
| 46 | 47 | ||
| 47 | #if defined(LEADER_ENABLE) | 48 | #if defined(LEADER_ENABLE) |
| 48 | #define LEADER_PER_KEY_TIMING | 49 | # define LEADER_PER_KEY_TIMING |
| 49 | #define LEADER_TIMEOUT 250 | 50 | # define LEADER_TIMEOUT 250 |
| 50 | #endif // !LEADER_ENABLE | 51 | #endif // !LEADER_ENABLE |
| 51 | 52 | ||
| 52 | #if defined(COMBO_ENABLE) | 53 | #if defined(COMBO_ENABLE) |
| 53 | #define COMBO_COUNT 4 | 54 | # define COMBO_COUNT 4 |
| 54 | #define COMBO_TERM 150 | 55 | # define COMBO_TERM 150 |
| 55 | #endif // !COMBO_ENABLE | 56 | #endif // !COMBO_ENABLE |
| 56 | 57 | ||
| 57 | #if defined(NKRO_ENABLE) | 58 | #if defined(NKRO_ENABLE) |
| 58 | #define FORCE_NKRO | 59 | # define FORCE_NKRO |
| 59 | #endif // !NKRO_ENABLE | 60 | #endif // !NKRO_ENABLE |
| 60 | 61 | ||
| 61 | // this makes it possible to do rolling combos (zx) with keys that | 62 | // this makes it possible to do rolling combos (zx) with keys that |
| @@ -68,18 +69,18 @@ | |||
| 68 | //#define RETRO_TAPPING | 69 | //#define RETRO_TAPPING |
| 69 | 70 | ||
| 70 | #ifndef TAPPING_TOGGLE | 71 | #ifndef TAPPING_TOGGLE |
| 71 | #define TAPPING_TOGGLE 1 | 72 | # define TAPPING_TOGGLE 1 |
| 72 | #endif | 73 | #endif |
| 73 | 74 | ||
| 74 | #ifdef TAPPING_TERM | 75 | #ifdef TAPPING_TERM |
| 75 | #undef TAPPING_TERM | 76 | # undef TAPPING_TERM |
| 76 | #endif // !TAPPING_TERM | 77 | #endif // !TAPPING_TERM |
| 77 | #if defined(KEYBOARD_handwired_kuchosauronad0_planckenstein) | 78 | #if defined(KEYBOARD_handwired_kuchosauronad0_planckenstein) |
| 78 | #define TAPPING_TERM 185 | 79 | # define TAPPING_TERM 185 |
| 79 | #elif defined(KEYBOARD_c39) | 80 | #elif defined(KEYBOARD_c39) |
| 80 | #define TAPPING_TERM 200 | 81 | # define TAPPING_TERM 200 |
| 81 | #else | 82 | #else |
| 82 | #define TAPPING_TERM 180 | 83 | # define TAPPING_TERM 180 |
| 83 | #endif | 84 | #endif |
| 84 | 85 | ||
| 85 | 86 | ||
| @@ -87,4 +88,3 @@ | |||
| 87 | 88 | ||
| 88 | #define MACRO_TIMER 5 | 89 | #define MACRO_TIMER 5 |
| 89 | 90 | ||
| 90 | |||
