-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a0725e
commit e91620f
Showing
3 changed files
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
#pragma once | ||
|
||
// #define COMBO_VARIABLE_LEN | ||
// #undef COMBO_TERM | ||
// #define COMBO_TERM 30 | ||
#define COMBO_VARIABLE_LEN | ||
#undef COMBO_TERM | ||
#define COMBO_TERM 30 | ||
|
||
#define PERMISSIVE_HOLD | ||
#define HOLD_ON_OTHER_KEY_PRESS | ||
#define TAPPPING_TERM 150 | ||
#define TAPPPING_TERM 100 | ||
#define FP_SUPER_TAB_TIMEOUT 500 | ||
#define ONESHOT_TIMEOUT 1000 | ||
#define ONESHOT_TIMEOUT 500 | ||
|
||
#ifdef RGBLIGHT_LIMIT_VAL | ||
#undef RGBLIGHT_LIMIT_VAL | ||
#endif | ||
#define RGBLIGHT_LIMIT_VAL 120 | ||
// #ifdef RGBLIGHT_LIMIT_VAL | ||
// #undef RGBLIGHT_LIMIT_VAL | ||
// #endif | ||
// #define RGBLIGHT_LIMIT_VAL 120 | ||
#define RGBLIGHT_LAYERS_RETAIN_VAL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters