skeletyl, sweep: add PERMISSIVE_HOLD

This commit is contained in:
Michael Grote 2024-08-05 12:24:17 +02:00
parent 2857efe563
commit 71ff2c7325
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
// tap and hold
#define TAPPING_TERM 175 //in milliseconds
#define PERMISSIVE_HOLD
// VBUS detection
#define USB_VBUS_PIN GP19
// autoshift

View file

@ -1,5 +1,6 @@
// tap and hold
#define TAPPING_TERM 175 //in milliseconds
#define PERMISSIVE_HOLD
// autoshift
#define NO_AUTO_SHIFT_TAB
#define NO_AUTO_SHIFT_NUMERIC