Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
rmwphd committed Aug 29, 2024
1 parent 8d390fa commit b47e6b1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions config/hillside48.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,15 @@
COMBO(reset_right, &bootloader, 6 7 8 9, 100)
// dude cross-hand combos are awesome!
COMBO(selall, &kp RGUI &kp A, 17 18, 10)
// put in cross-hand homerow mod sticky combos????
COMBO(cmd, &sk RGUI, 16 19, 10)
COMBO(opt, &sk RALT, 15 20, 10)
COMBO(ctrl, &sk RCTRL, 14 21, 10)
COMBO(cmdctrl, &sk RGUI &sk RCTRL, 13 22, 10)

COMBO(lctrl, &sk RCTRL, 2 14, 10)
COMBO(lopt, &sk RALT, 3 15, 10)
COMBO(lcmd, &sk RGUI, 4 16, 10)
COMBO(lsftgui, &sk RS(RGUI), 5 17, 10)
COMBO(rctrl, &sk RCTRL, 9 21, 10)
COMBO(ropt, &sk RALT, 8 20, 10)
COMBO(rcmd, &sk RGUI, 7 19, 10)
COMBO(rsftgui, &sk RS(RGUI), 6 18, 10)
};

macros {
Expand Down Expand Up @@ -234,7 +238,7 @@
&to QWERTY_L &trans &trans &trans &trans &trans &kp CARET &kp AMPS &kp ASTRK &kp GRAVE &trans &trans
&trans &trans &kp TILDE &kp EXCL &trans &trans &kp EQUAL &kp MINUS &kp UNDER &kp BSLH &kp COLON &kp DQT
&kp R_DSK &trans &trans &trans &trans &trans &kp ESCAPE &trans &trans &kp PLUS &kp PIPE &kp SLASH &trans &trans
&trans &trans &trans &kp DEL_WRD &trans &trans &trans &trans &trans &trans
&trans &trans &trans &kp DEL_WRD &trans &trans &kp ENTER &trans &trans &trans
>;

sensor-bindings = <&inc_dec_kp L_DSK R_DSK &inc_dec_kp ZOOM_OUT ZOOM_IN>;
Expand Down

0 comments on commit b47e6b1

Please sign in to comment.