Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
noaduck committed Oct 23, 2024
1 parent 8044844 commit 6982ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/includes/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ MAKE_HRM(hml, &kp, &kp, LEFT_KEYS THUMB_KEYS) // left-hand HRMs
MAKE_HRM(hmr, &kp, &kp, RIGHT_KEYS THUMB_KEYS) // right-hand HRMs

// Home row mods
/*#define HRML(k1, k2, k3, k4) &hml LSHFT k1 &hml LCTRL k2 &hml LALT k3 &hml LGUI k4*/
/*#define HRMR(k1, k2, k3, k4) &hmr RGUI k1 &hmr RALT k2 &hmr RCTRL k3 &hmr RSHFT k4*/
#define HRML(k1, k2, k3, k4) &hml LSHFT k1 &hml LCTRL k2 &hml LALT k3 &hml LGUI k4
#define HRMR(k1, k2, k3, k4) &hmr RGUI k1 &hmr RALT k2 &hmr RCTRL k3 &hmr RSHFT k4



Expand Down

0 comments on commit 6982ceb

Please sign in to comment.