Skip to content

Commit

Permalink
Updated NUM and SYM to match my Totem keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 31, 2025
1 parent 6c32d0f commit b73fc36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion config/cradio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

# Enable mouse
CONFIG_ZMK_POINTING=y
# CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
# CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y

# Disable any logging
CONFIG_ZMK_USB_LOGGING=n
12 changes: 6 additions & 6 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@

NUM { // keypad is almost mirrored to allow for use with and without a mouse
bindings = <
&trans &trans &trans &trans &trans &trans &kp N7 &kp N8 &kp N9 &kp COLON
&trans &trans &trans &trans &trans &kp MINUS &kp N4 &kp N5 &kp N6 &kp SLASH
&trans &trans &trans &trans &trans &kp COMMA &kp N1 &kp N2 &kp N3 &kp KP_DOT
&lt NAV K_CANCEL &kp K_CANCEL &mt K_CANCEL SPACE &lt SYM N0
&trans &trans &trans &trans &trans &kp PLUS &kp N7 &kp N8 &kp N9 &kp ASTRK
&trans &trans &trans &trans &trans &kp MINUS &kp N4 &kp N5 &kp N6 &kp SLASH
&trans &trans &trans &trans &trans &kp COMMA &kp N1 &kp N2 &kp N3 &kp KP_DOT
&lc NAV &kp K_CANCEL &mt K_CANCEL SPACE &lt SYM N0
>;
};

Expand All @@ -330,8 +330,8 @@
bindings = <
&kp ESC &kp LBRC &kp LBKT &kp LPAR &kp PRCNT &kp AMPS &kp RPAR &kp RBKT &kp RBRC &kp DQT
&kp MINUS &kp CARET &kp GRAVE &kp TILDE &kp DOLLAR &kp HASH &sk RGUI &sk LSHFT &sk RALT &sk RCTRL
&kp PLUS &kp EQUAL &kp ASTRK &kp FSLH &kp AT &kp PIPE &kp BSLH &kp QMARK &kp EXCL &kp COLON
&trans &mt RSHFT UNDER &mt RSHFT UNDER &trans
&kp PLUS &kp UNDER &kp ASTRK &kp FSLH &kp AT &kp PIPE &kp BSLH &kp QMARK &kp EXCL &kp COLON
&trans &mt RSHFT UNDER &kp EQUAL &trans
>;
};

Expand Down

0 comments on commit b73fc36

Please sign in to comment.