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 // tap and hold
#define TAPPING_TERM 175 //in milliseconds #define TAPPING_TERM 175 //in milliseconds
#define PERMISSIVE_HOLD
// VBUS detection // VBUS detection
#define USB_VBUS_PIN GP19 #define USB_VBUS_PIN GP19
// autoshift // autoshift

View file

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