From aafe15cc06b215c37918cb986c3e059016baaae9 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 30 Jul 2023 17:55:53 +0200 Subject: 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) --- ferris/config.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ferris/config.h b/ferris/config.h index 3179a87..2ff8592 100644 --- a/ferris/config.h +++ b/ferris/config.h @@ -16,11 +16,8 @@ #pragma once -// tapping this number of times holds the key until tapped once again, disabled via 0 -#define ONESHOT_TAP_TOGGLE 0 - -// time (in ms) before the one shot key is released -#define ONESHOT_TIMEOUT 3000 +// we don't use one shots +#define NO_ACTION_ONESHOT // we don't have any lock switches #undef LOCKING_SUPPORT_ENABLE -- cgit v1.2.3