Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frnmjn committed Nov 25, 2024
1 parent 5ed68c9 commit f1a0b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
MAKE_HRM(hml, &kp, &kp, KEYS_R THUMBS) // left-hand HRMs
MAKE_HRM(hmr, &kp, &kp, KEYS_L THUMBS) // right-hand HRMs

#define L_G(keycode) &hml LCMD &mt LS(keycode) keycode
#define L_G(keycode) &hml LCMD keycode
#define L_A(keycode) &hml LALT keycode
#define L_C(keycode) &hml LCTL keycode
#define L_S(keycode) &hml LSFT keycode
Expand Down

0 comments on commit f1a0b78

Please sign in to comment.