From f6735a8d5865e193cd6383a1697626359f590039 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 13 Apr 2023 12:04:24 +0200 Subject: add initial totem stuff --- totem/keymaps/geist/config.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 totem/keymaps/geist/config.h (limited to 'totem/keymaps/geist/config.h') diff --git a/totem/keymaps/geist/config.h b/totem/keymaps/geist/config.h new file mode 100644 index 0000000..f397c28 --- /dev/null +++ b/totem/keymaps/geist/config.h @@ -0,0 +1,32 @@ +#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. +*/ + +#define MASTER_LEFT +// #define MASTER_RIGHT + + +//#define TAPPING_TERM 170 +#define TAPPING_TERM 170 + +// Prevent normal rollover on alphas from accidentally triggering mods. +#define IGNORE_MOD_TAP_INTERRUPT + +// Enable rapid switch from tap to hold, disables double tap hold auto-repeat. +#define TAPPING_FORCE_HOLD + +// Auto Shift +#define NO_AUTO_SHIFT_ALPHA +#define AUTO_SHIFT_TIMEOUT TAPPING_TERM +#define AUTO_SHIFT_NO_SETUP + +#undef LOCKING_SUPPORT_ENABLE +#undef LOCKING_RESYNC_ENABLE +#define NO_ACTION_ONESHOT +//#define NO_ACTION_TAPPING +//#define NO_MUSIC_MODE + +#define COMBO_COUNT 1 \ No newline at end of file -- cgit v1.2.3