Skip to content

Release version v1.1.0

Compare
Choose a tag to compare
@getreuer getreuer released this 04 Feb 22:20
· 149 commits to main since this release

This is an updated release of my QMK keymap for the Dactyl Ergodox.

New since v1.0.0:

Improved:

  • Most features can now build with NO_ACTION_ONESHOT
  • Autocorrection improvements, thanks to @drashna and @filterpaper
    • Store autocorrection data table in PROGMEM
    • Double the max supported table to 64 KB
    • Fix handling of tap-hold keys
    • Improvements in make_autocorrection_data.py Python script
  • Caps Word
    • Added several functions and callbacks to make Caps Word customizable
    • Added a combo in keymap.c that activates Caps Word
  • Custom Shift Keys
    • Handle weak mods
    • Simplified implementation