Skip to content

Commit

Permalink
Switch to one-param version of num-word
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Aug 2, 2024
1 parent 2c032d6 commit 686ecd1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/base.keymap
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <behaviors.dtsi>
#include <behaviors/num_word.dtsi> // requires auto-layer module
#include <dt-bindings/zmk/keys.h>
#if CONFIG_WIRELESS
#include <dt-bindings/zmk/bt.h>
Expand Down Expand Up @@ -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 = <NUM>;
ignore-numbers;
continue-list = <BACKSPACE DELETE DOT COMMA PLUS MINUS STAR FSLH EQUAL>;
bindings = <&num_word NUM>, <&sl NUM>; // reverse this for sticky-num on single tap
)

// smart-mouse, requires PR #1366
Expand Down

0 comments on commit 686ecd1

Please sign in to comment.