Improve readability for modifier keys when using QMK#15
Open
gturner30 wants to merge 7 commits into
Open
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.