Skip to content

Release version v1.4.0

Compare
Choose a tag to compare
@getreuer getreuer released this 29 Jan 03:27
· 70 commits to main since this release

Here is another release of my QMK keymap, adding two new features and several fixes and improvements.

New since v1.3.0:

  • Added Sentence Case to automatically capitalize the first letter of sentences.
  • Added Repeat Key, an extensible "repeat last key" implementation.

Improved:

  • Autocorrection: Autocorrect is now in QMK core! See https://docs.qmk.fm/features/autocorrect. Huge thanks to @drashna for making this happen.
  • Achordion: unregister eager mods in settle_as_hold() to fix a stuck mods bug. Thanks to @jasonkena for reporting.
  • Custom shift keys: only clear shift when needed to eliminate sending some unnecessary keyboard reports.
  • Mouse Turbo Click: the keycode and click rate are now configurable.
  • Select Word: revised to avoid possible edge cases when the OS is set to a non-US layout. Thanks to @windhausen for reporting.
  • Added a "USRNAME" macro button.
  • Update to new names for keycodes, etc. in QMK 0.19.
  • Format all C code with clang-format.