Skip to content

Commit

Permalink
fix: remove errant comma
Browse files Browse the repository at this point in the history
  • Loading branch information
bsag committed Dec 3, 2023
1 parent 8285cde commit 23c83e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/totem.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ MAKE_HRM(hml, &kp, &kp, KEYS_R THUMBS) // left-hand HRMs
MAKE_HRM(hmr, &kp, &kp, KEYS_L THUMBS) // right-hand HRMs

// special HRMs for the right meh key, as it involves a modmorph
MAKE_HRM(hmr_meh, &kp, &comma_morph, KEYS_L, THUMBS)
MAKE_HRM(hmr_meh, &kp, &comma_morph, KEYS_L THUMBS)
// MAKE_HRM(hmr_lpar, &kp, &lpar, KEYS_L THUMBS) // " " " "
// MAKE_HRM(hmr_rpar, &kp, &rpar, KEYS_L THUMBS) // " " " "

Expand Down

0 comments on commit 23c83e8

Please sign in to comment.