summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-07-30 17:55:53 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-07-30 17:55:53 +0200
commitaafe15cc06b215c37918cb986c3e059016baaae9 (patch)
treea1f9c3feea92bffe7ac4f0ed48696b903d8426f8
parentc1f706e759c698bcdaa2a7e080a071dded88d106 (diff)
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)
-rw-r--r--ferris/config.h7
1 files 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