From 686ecd11fa8aeff7016d7830ad5903ae8e09d252 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:57:17 -0400 Subject: [PATCH] Switch to one-param version of num-word --- config/base.keymap | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config/base.keymap b/config/base.keymap index 3cb2d09..7078930 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -1,4 +1,5 @@ #include +#include // requires auto-layer module #include #if CONFIG_WIRELESS #include @@ -118,12 +119,7 @@ ZMK_HOLD_TAP(smart_num, ) ZMK_TAP_DANCE(num_dance, tapping-term-ms = <200>; - bindings = <&num_word>, <&sl NUM>; // reverse this for sticky-num on single tap -) -ZMK_AUTO_LAYER(num_word, - layers = ; - ignore-numbers; - continue-list = ; + bindings = <&num_word NUM>, <&sl NUM>; // reverse this for sticky-num on single tap ) // smart-mouse, requires PR #1366