summaryrefslogtreecommitdiff
path: root/totem/keymaps/default/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'totem/keymaps/default/config.h')
-rw-r--r--totem/keymaps/default/config.h18
1 files changed, 14 insertions, 4 deletions
diff --git a/totem/keymaps/default/config.h b/totem/keymaps/default/config.h
index aead1c0..2707b76 100644
--- a/totem/keymaps/default/config.h
+++ b/totem/keymaps/default/config.h
@@ -1,7 +1,17 @@
#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.
+ */
+#define ONESHOT_TAP_TOGGLE 0
+
+/**
+ * Time (in ms) before the one shot key is released.
+ */
+#define ONESHOT_TIMEOUT 3000