Skip to content

Commit

Permalink
Experimenting with &lt for using only two thumb keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Feb 13, 2025
1 parent 4da3f2f commit 2d2b045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

&mt { flavor = "balanced"; };

&lt { 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 PRCNT BSPC DEL TAB KP_ENTER ESC LPAR RPAR LBKT RBKT LBRC RBRC LT GT LCTRL LALT LSHFT LGUI>;
};
Expand Down Expand Up @@ -346,7 +348,7 @@
&ltl MOU Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&hrml LCTRL A &hrml LALT S &hrml LSHFT D &hrml LGUI F &hrml HYPR G &hrmr HYPR H &hrmr RGUI J &hrmr LSHFT K &hrmr RALT L &hrmr RCTRL SQT
&hrml GLOBE Z &kp X &kp C &ltl NUM V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SEMI
&lc NAV &kp RSHFT &kp SPACE &lc SYM
&lc NAV &lt NAV BSPC &lt SYM SPACE &lc SYM
>;
};

Expand Down
2 changes: 1 addition & 1 deletion config/mouse.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file was copied from urob's repo

// Settings tuned for 3840 x 2160 display resolution
// Settings tuned up for 3840 x 2160 display resolution
#define ZMK_POINTING_DEFAULT_MOVE_VAL 800 // 600
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // 10

Expand Down

0 comments on commit 2d2b045

Please sign in to comment.