summaryrefslogtreecommitdiff
path: root/totem
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-04-15 19:20:40 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-04-15 19:20:40 +0200
commitf5f6cc9b611096805c67225c6d6c135305112540 (patch)
treece10fade0a5829c4267356b452bdcf3fbe1b4870 /totem
parent787f91a3da14734a5ce95ff88339f1a9829d9aba (diff)
cleanups
Diffstat (limited to 'totem')
-rw-r--r--totem/keymaps/default/config.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/totem/keymaps/default/config.h b/totem/keymaps/default/config.h
index 2707b76..219beb1 100644
--- a/totem/keymaps/default/config.h
+++ b/totem/keymaps/default/config.h
@@ -1,17 +1,14 @@
#pragma once
-/**
- * The way how "handedness" is decided (which half is which),
- * see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness for more options.
- */
+// The way how "handedness" is decided (which half is which), see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness for more options.
#define MASTER_LEFT
-/**
- * Tapping this number of times holds the key until tapped once again.
- */
+// 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.
- */
+// time (in ms) before the one shot key is released
#define ONESHOT_TIMEOUT 3000
+
+// we don't have any lock switches
+#undef LOCKING_SUPPORT_ENABLE
+#undef LOCKING_RESYNC_ENABLE