we don't use one shots

save space and time

 * The firmware size is fine - 18706/28672 (65%, 9966 bytes free)
 * The firmware size is fine - 18072/28672 (63%, 10600 bytes free)
This commit is contained in:
Christoph Cullmann 2023-07-30 17:55:53 +02:00
parent c1f706e759
commit aafe15cc06

View file

@ -16,11 +16,8 @@
#pragma once #pragma once
// tapping this number of times holds the key until tapped once again, disabled via 0 // we don't use one shots
#define ONESHOT_TAP_TOGGLE 0 #define NO_ACTION_ONESHOT
// time (in ms) before the one shot key is released
#define ONESHOT_TIMEOUT 3000
// we don't have any lock switches // we don't have any lock switches
#undef LOCKING_SUPPORT_ENABLE #undef LOCKING_SUPPORT_ENABLE