skeletyl, sweep: add PERMISSIVE_HOLD

This commit is contained in:
Michael Grote 2024-08-05 12:24:17 +02:00
parent c302a4fa80
commit 7fc479eb1c
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