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