From 20c10e8ed1d3710cb83367ca18202e7f160f2506 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Wed, 10 Jan 2024 08:18:31 +0100 Subject: Improve tapping term and some thumb keys, move utils inside config --- config/common.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 config/common.h (limited to 'config/common.h') diff --git a/config/common.h b/config/common.h deleted file mode 100644 index e656880..0000000 --- a/config/common.h +++ /dev/null @@ -1,30 +0,0 @@ -#define ___ &trans -#define XXX &none - -#ifndef QUICK_TAP_MS - #define QUICK_TAP_MS 175 -#endif - -#define ZMK_HELPER_STRINGIFY(x) #x - -#define MO_TOG(layer) &mo_tog layer layer // Macro to apply momentary-layer-on-hold/toggle-layer-on-tap to a specific layer - -&sk { // sticky-key config - release-after-ms = <900>; // release after 0.6s - quick-release; // no double capitalization when rolling keys -}; - -&sl { // sticky-layer config - ignore-modifiers; // allow chording sticky mods & layers -}; - -< { // layer-tap config - flavor = "balanced"; - tapping-term-ms = <200>; - quick-tap-ms = ; -}; - - -#include "../utils/homerow.h" -#include "../utils/unicode.h" - -- cgit v1.2.3