-
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
0165009
commit bc99b01
Showing
4 changed files
with
31 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#pragma once | ||
|
||
#define COMBO_VARIABLE_LEN | ||
#undef COMBO_TERM | ||
#define COMBO_TERM 30 | ||
|
||
#define IGNORE_MOD_TAP_INTERRUPT | ||
#define PERMISSIVE_HOLD | ||
#define HOLD_ON_OTHER_KEY_PRESS | ||
#define TAPPPING_TERM 150 | ||
#define FP_SUPER_TAB_TIMEOUT 500 | ||
#define ONESHOT_TIMEOUT 1000 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
RGBLIGHT_ENABLE=yes | ||
FP_VM_RGB_6COL_WITH_CENTER=yes | ||
FP_TRACKBALL_ENABLE=yes | ||
ENCODER_ENABLE=yes | ||
HAPTIC_ENABLE=yes | ||
AUDIO_ENABLE=yes | ||
|
||
COMBO_ENABLE = yes | ||
KEY_OVERRIDE_ENABLE = yes | ||
|
||
VPATH += keyboards/gboards |