skeletyl, sweep: reduce tapping term
This commit is contained in:
parent
442c72b392
commit
df430f6d6b
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
// tap and hold
|
||||
#define TAPPING_TERM 150 //in milliseconds
|
||||
#define TAPPING_TERM 175 //in milliseconds
|
||||
// VBUS detection
|
||||
#define USB_VBUS_PIN GP19
|
||||
// autoshift
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// tap and hold
|
||||
#define TAPPING_TERM 150 //in milliseconds
|
||||
#define TAPPING_TERM 175 //in milliseconds
|
||||
// autoshift
|
||||
#define NO_AUTO_SHIFT_TAB
|
||||
#define NO_AUTO_SHIFT_NUMERIC
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### Ferris Sweep / BastardKB Skeletyl
|
||||
|
||||
```bash
|
||||
```text
|
||||
Home Row Mods / Tap'n'Hold
|
||||
------------------------------- -------------------------------
|
||||
| @ | WIN | € | | | | | | | | |
|
||||
|
|
Loading…
Reference in a new issue