Skip to content

Commit

Permalink
add kp keys to num_word continue list
Browse files Browse the repository at this point in the history
  • Loading branch information
willpuckett committed Jan 5, 2025
1 parent 474a735 commit 5c79e1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/boards/shields/ehrbl/ehrbl.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
#include "combos.dtsi"
#include "magic.dtsi"

&num_word {
continue-list = <BSPC DEL DOT COMMA PLUS MINUS STAR FSLH EQUAL KP_MINUS KP_PLUS KP_DIVIDE KP_MULTIPLY KP_DOT>; // do not continue on PLUS, MINUS, STAR, FSLH, EQUAL
};

/ {
keymap {
compatible = "zmk,keymap";
Expand All @@ -34,7 +38,7 @@
bindings = <
&kp KP_ENTER &rpi AMPS KP_N7 &rpi STAR KP_N8 &rpi LPAR KP_N9 &kp C_VOL_DN &kp C_MUTE &kp C_VOL_UP &none
&rpi RPAR KP_N0 &rpi DLLR KP_N4 &rpi PRCNT KP_N5 &rpi CARET KP_N6 &hrs LSHFT C_PREV &hr RGUI C_PP &hr RALT C_NEXT &kp RCTRL
&kp DOT &rpi EXCL KP_N1 &rpi AT KP_N2 &rpi HASH KP_N3 &none &none &none &none
&kp KP_DOT &rpi EXCL KP_N1 &rpi AT KP_N2 &rpi HASH KP_N3 &none &none &none &none
&trans &trans &trans &kp K_CANCEL
>;
};
Expand Down

0 comments on commit 5c79e1b

Please sign in to comment.