Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)
parent
0e60b3a620
commit
3b9e186019
@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define TAPPING_TERM 500
|
||||
#define PERMISSIVE_HOLD
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define TAPPING_TERM 600 // ms
|
||||
#define PERMISSIVE_HOLD
|
||||
#undef RGBLIGHT_HUE_STEP
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#undef TAPPING_TERM
|
||||
#define TAPPING_TERM 300 //At 500 some bad logic takes hold
|
||||
#define TAPPING_TERM 300
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
Loading…
Reference in New Issue