Skip to content

Release version v1.2.0

Compare
Choose a tag to compare
@getreuer getreuer released this 22 Apr 05:19
· 127 commits to main since this release

Another release of my QMK keymap for the Dactyl Ergodox, marking a good batch of fixes and improvements.

New since v1.1.0:

  • Added Achordion tap-hold customization library—thanks to @jdart, @filterpaper, @jweickm and Reddit user u/02ranger for feedback and improvements

  • Keymap revised to use home row mods and added an Adjust layer

Improved:

  • Autocorrection

    • Added support for typos containing ' apostrophe character
    • Improved handling of advanced keycodes, especially layer switch keys
    • Removed unnecessary trailing zero in buffer—thanks to @filterpaper for pointing this out
  • Caps Word

    • Fix incorrect shifting on Mac—thanks to @wheredoesyourmindgo and u/uolot for help fixing this
    • Add warning if Command is enabled and may conflict with the Left Shift + Right Shift key combo—thanks to @drashna for catching this
    • Added idle timeout option CAPS_WORD_IDLE_TIMEOUT
    • Adjusted default press behavior so that KC_MINS is shifted, useful for typing underscores
  • Custom Shift Keys

    • Fix incorrect shifting on Mac—thanks to @wheredoesyourmindgo and u/uolot for help fixing this
    • Improved interoperation with other features by having Custom Shift Keys continue default handling when possible