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:
- Achordion: ACHORDION_STREAK option to suppress tap-hold mods within a typing streak. Thanks to @TristanCacqueray and @gazpachoking.
- Caps Word: CAPS_WORD_INVERT_ON_SHIFT option. This option is also merged in QMK core (docs).
- Custom shift keys: CUSTOM_SHIFT_KEYS_NEGMODS option.
- Orbital Mouse: a polar approach to mouse keys.
- QMK song player: play QMK song code in your web browser.
- Keymap: switched layout to Magic Sturdy, featuring a handy "magic key" (implemented using the Alternate Repeat Key) to remove SFBs and type common n-grams.
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.