Skip to content

Release version v1.5.0

Latest
Compare
Choose a tag to compare
@getreuer getreuer released this 08 Jun 04:59
· 17 commits to main since this release

This release of my QMK repo works as an External QMK Userspace. The repo now includes keymaps for the Dactyl Ergodox, ZSA Moonlander, and ZSA Voyager keyboards.

New since v1.4.0:

Improved:

  • Repeat key is now in QMK core! See https://docs.qmk.fm/features/repeat_key
  • Layer Lock
    • Layer Lock is now available for ZSA keyboards in Oryx! (announcement)
    • Update keycode parsing for QMK 0.19+.
    • Support locking layer-mod LM keys.
  • Achordion
    • Retro tapping support, thanks to @akaralar.
    • Fix bug between LT + Repeat Key when using Achordion.
  • Select Word: added idle timeout option and a delay between taps to improve behavior on Mac. Thanks to @windhausen and @freeform99 for help investigating.
  • Sentence Case
    • Preserve key_buffer on timeout.
    • Handle OSM keys, etc. by default, thanks to @drashna for reporting.
  • Preprocessor trick to attempt to detect out-of-date QMK installation.