Skip to content

Commit

Permalink
fix: forgot to add combo for capsword back
Browse files Browse the repository at this point in the history
On home row index fingers of each side.

Also tweaked links for readme file.
  • Loading branch information
bsag committed Dec 9, 2023
1 parent 8318383 commit ebe37ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ ZMK_COMBO(lpar, &kp LPAR, RM1 RM2, BASE NAV NUM, COMBO_TERM_FAST)
ZMK_COMBO(rpar, &kp RPAR, RM2 RM3, BASE NAV NUM, COMBO_TERM_FAST)
ZMK_COMBO(lbrc, &kp LBRC, RB1 RB2, BASE NAV NUM, COMBO_TERM_FAST)
ZMK_COMBO(rbrc, &kp RBRC, RB2 RB3, BASE NAV NUM, COMBO_TERM_FAST)

// caps word on index fingers
ZMK_COMBO(capsw, &caps_word, LM1 RM1, BASE NAV NUM, COMBO_TERM_FAST)
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<figcaption>Keyboard layout for all layers and combos</figcaption>
</figure>

This is a ZMK firmware for a [TOTEM keyboard](https://github.com/GEIGEIGEIST/TOTEM), using a keymap that is pretty much copied from both the great [Miryoku layout](https://github.com/manna-harbour/miryoku_zmk#caps-word), and [urob's ZMK config](https://github.com/urob/zmk-config/tree/main). I use the alternate hand layout of most of the layers (so that the layer key and modifiers are on one hand, and the main keys of that layout on the other), but combine that with urob's idea of having symbols as combos. I have also adopted his "Timer-less home row mods", which work really well and avoid the usual drawbacks of home row mods.
This is a ZMK firmware for a [TOTEM keyboard](https://github.com/GEIGEIGEIST/TOTEM), using a keymap that is pretty much copied from both the great [Miryoku layout](https://github.com/manna-harbour/miryoku_zmk), and [urob's ZMK config](https://github.com/urob/zmk-config). I use the alternate hand layout of most of the layers (so that the layer key and modifiers are on one hand, and the main keys of that layout on the other), but combine that with urob's idea of having symbols as combos. I have also adopted his "Timer-less home row mods", which work really well and avoid the usual drawbacks of home row mods.

Caps word is activated by tapping both home row index finger keys, and as I find it easier to have a dedicated shift key for capitalising words, I have a one-shot shift key on the inner left thumb key, and use that for capitalisation and the home row shift for keyboard shortcut combos.

Expand Down

0 comments on commit ebe37ed

Please sign in to comment.