diff --git a/config/base.keymap b/config/base.keymap index 3cb2d0973..707893037 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