From 884b08d2d77df2e50e8a20f675152c4733e191a7 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Tue, 2 May 2023 14:20:58 -0400 Subject: [PATCH] Ignore math operators in numword --- config/base.keymap | 1 + 1 file changed, 1 insertion(+) diff --git a/config/base.keymap b/config/base.keymap index bf24613..fdc9c14 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -122,6 +122,7 @@ ZMK_BEHAVIOR(num_dance, tap_dance, ) &num_word { // num-word, requires PR #1441 layers = ; + continue-list = ; }; // smart-mouse, requires PR #1366