Ignore math operators in numword

This commit is contained in:
urob 2023-05-02 14:20:58 -04:00
parent f4dc6d00be
commit 884b08d2d7

View file

@ -122,6 +122,7 @@ ZMK_BEHAVIOR(num_dance, tap_dance,
)
&num_word { // num-word, requires PR #1441
layers = <NUM>;
continue-list = <BSPC DEL DOT COMMA PLUS MINUS STAR FSLH EQUAL>;
};
// smart-mouse, requires PR #1366