Skip to content

v24: Version 24 (2023-10-01)

Compare
Choose a tag to compare
@sunaku sunaku released this 02 Oct 07:45
· 238 commits to main since this release

Hey everyone, I'm pleased to announce a new version 24 of my Glove80 keymaps featuring a completed symbol layer. πŸ’―

Version 24: 🎁

Keymaps: πŸ—ΊοΈ

Changes: ✨

  • Symbol layer: put apostrophe, comma, dot (like the Dvorak layout) on bottom row. The comma and dot align with the angle brackets above them. The apostrophe is just there for completeness; and '<,'> ranges in Vim.
  • Text selection macros: reduce delay from 30ms to 1ms because the latency is visibly noticeable with 30ms and thus it feels a lot slower... I'm having to wait for it to finish selecting. 😩 This ignores ZMK docs: "a wait and tap time of at least 30ms is recommended to avoid having HID notifications grouped at the BLE protocol level and then processed out of order", because 1ms worked fine for me all along.
  • Use ZMK_MACRO() convenience C macro to simplify implementation and also document & reorganize definitions for better readability.

image