Skip to content

Improve readability for modifier keys when using QMK#15

Open
gturner30 wants to merge 7 commits into
srwi:masterfrom
gturner30:master
Open

Improve readability for modifier keys when using QMK#15
gturner30 wants to merge 7 commits into
srwi:masterfrom
gturner30:master

Conversation

@gturner30
Copy link
Copy Markdown

Small modifications to allow modifier keys to be more readable on screen.
I don't use ZMK, so I all changes have been made to QMK.
image

gturner30 added 7 commits May 3, 2026 20:12
Split mod-tap (MT) labels onto two lines instead of
single-line MT(MOD_LSFT,A) format
Split layer-tap (LT), layer (MO/TO/TG/OSL/TT/DF),
one-shot (OSM) and layer-mod (LM) keys onto two lines
Shorten modifier names to LSft, LCtl, LAlt, LGui,
RSft, RCtl, RAlt, RGui
Fix right-hand mod-tap bit decoding (RSFT_T, RCTL_T,
RALT_T were showing incorrect combined modifiers)
Use short key labels in layer-tap and mod-tap keys
(e.g. Bspc instead of Backspace)
Add short label for KC_BACKSPACE
Replace mod_value_to_string with mod_mask_to_string
using MODIFIER_KEY_TO_VALUE for consistent lookups
* Modified draw_overlay_window to support centered
rendering of multi-line text labels.
* Implemented a string-splitting routine on the text
galley to process each line independently.
* Maintained the use of layout_no_wrap for each line
to respect the original design's auto-fitting and truncation behavior.
Updating to version 0.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant