faster tapping
avoid not needed opt
This commit is contained in:
parent
4f4e8fcadc
commit
bf71e8addf
|
@ -5,9 +5,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// no more than 8 layers
|
||||
#define LAYER_STATE_8BIT
|
||||
|
||||
// we don't have any lock switches
|
||||
#undef LOCKING_SUPPORT_ENABLE
|
||||
#undef LOCKING_RESYNC_ENABLE
|
||||
|
@ -27,7 +24,7 @@
|
|||
// home row mods
|
||||
#define CHORDAL_HOLD
|
||||
#define PERMISSIVE_HOLD
|
||||
#define TAPPING_TERM 250
|
||||
#define TAPPING_TERM 175
|
||||
|
||||
// no auto repeat stuff
|
||||
#define QUICK_TAP_TERM 0
|
||||
|
|
Loading…
Reference in a new issue