Skip to content

Commit

Permalink
Added ENTER to num_word continue list
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 31, 2025
1 parent b73fc36 commit cbc46ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
&mt { flavor = "balanced"; };

&num_word { // requires auto-layer module (https://github.com/urob/zmk-auto-layer)
continue-list = <COLON KP_DOT COMMA PLUS MINUS ASTRK SLASH EQUAL AT DOLLAR BSPC DEL TAB KP_ENTER ESC LPAR RPAR LBKT RBKT LBRC RBRC LT GT>;
continue-list = <COLON KP_DOT COMMA PLUS MINUS ASTRK SLASH EQUAL AT DOLLAR BSPC DEL TAB ENTER ESC LPAR RPAR LBKT RBKT LBRC RBRC LT GT>;
ignore-modifiers;
};

Expand Down

0 comments on commit cbc46ce

Please sign in to comment.