faster tapping

avoid not needed opt
This commit is contained in:
Christoph Cullmann 2024-11-24 15:59:10 +01:00
parent 4f4e8fcadc
commit bf71e8addf
No known key found for this signature in database

View file

@ -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