-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
ifndef DOUBLETAP_TIME_LIMIT
define DOUBLETAP_TIME_LIMIT 200
endif
ifndef TIME_TILL_HOLD
define TIME_TILL_HOLD 200
endif
ifndef TIME_TILL_RELEASE
define TIME_TILL_RELEASE 20 // was 80
endif
Line: 16
BlueMicro_BLE//firmware/keystate.h
Lines 13 to 23 in 60e8877
| //todo review default tap/hold tap/doubletap defaullt timings | |
| #ifndef DOUBLETAP_TIME_LIMIT | |
| #define DOUBLETAP_TIME_LIMIT 200 | |
| #endif | |
| #ifndef TIME_TILL_HOLD | |
| #define TIME_TILL_HOLD 200 | |
| #endif | |
| #ifndef TIME_TILL_RELEASE |