diff options
Diffstat (limited to 'users/danielo515/config.h')
-rw-r--r-- | users/danielo515/config.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/users/danielo515/config.h b/users/danielo515/config.h index 65654388d..fb2472645 100644 --- a/users/danielo515/config.h +++ b/users/danielo515/config.h | |||
@@ -1,6 +1,10 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #if defined(COMBO_ENABLE) | 3 | #if defined(COMBO_ENABLE) |
4 | #define COMBO_COUNT 4 | 4 | #define COMBO_COUNT 9 |
5 | #define COMBO_TERM 50 | 5 | #define COMBO_TERM 40 |
6 | #endif // !COMBO_ENABLE | 6 | #endif // !COMBO_ENABLE |
7 | // Timeout settings for leader key | ||
8 | #undef LEADER_TIMEOUT | ||
9 | #define LEADER_TIMEOUT 350 | ||
10 | #define LEADER_PER_KEY_TIMING | ||