diff options
Diffstat (limited to 'users/wanleg/config.h')
| -rw-r--r-- | users/wanleg/config.h | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/users/wanleg/config.h b/users/wanleg/config.h index 0c8b048af..d29054694 100644 --- a/users/wanleg/config.h +++ b/users/wanleg/config.h | |||
| @@ -6,9 +6,9 @@ | |||
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | //MIGHT HAVE TO SPLIT THIS INTO TWO CONDITIONS | 8 | //MIGHT HAVE TO SPLIT THIS INTO TWO CONDITIONS |
| 9 | #if defined(TAP_DANCE_ENABLE) && defined(KEYBOARD_lets_split_rev2) || defined(KEYBOARD_iris_rev2) | 9 | #if defined(TAP_DANCE_ENABLE) && defined(KEYBOARD_lets_split_rev2) || defined(KEYBOARD_keebio_iris_rev2) |
| 10 | //Kailh Coppers activate quickly and don't need a long tapping term | 10 | //Kailh Coppers activate quickly and don't need a long tapping term |
| 11 | #define TAPPING_TERM 100 | 11 | #define TAPPING_TERM 180 |
| 12 | 12 | ||
| 13 | #elif defined(TAP_DANCE_ENABLE) && defined(KEYBOARD_bigswitch) | 13 | #elif defined(TAP_DANCE_ENABLE) && defined(KEYBOARD_bigswitch) |
| 14 | #define TAPPING_TERM 700 | 14 | #define TAPPING_TERM 700 |
| @@ -38,7 +38,14 @@ | |||
| 38 | #define NO_ACTION_FUNCTION | 38 | #define NO_ACTION_FUNCTION |
| 39 | #define NO_ACTION_ONESHOT | 39 | #define NO_ACTION_ONESHOT |
| 40 | 40 | ||
| 41 | // Disable mod tap interrrupt | 41 | |
| 42 | #ifndef IGNORE_MOD_TAP_INTERRUPT | 42 | #define PERMISSIVE_HOLD |
| 43 | #define IGNORE_MOD_TAP_INTERRUPT | 43 | //// Disable mod tap interrrupt |
| 44 | #endif // !mod tap interrrupt \ No newline at end of file | 44 | //#ifndef IGNORE_MOD_TAP_INTERRUPT |
| 45 | //#define IGNORE_MOD_TAP_INTERRUPT | ||
| 46 | //#endif // !mod tap interrrupt | ||
| 47 | |||
| 48 | //set max breathing brightness on kbd6x | ||
| 49 | #if defined(KEYBOARD_kbdfans_kbd6x) | ||
| 50 | #define RGBLIGHT_EFFECT_BREATHE_MAX 128 // 0-255 | ||
| 51 | #endif | ||
