-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleted #141
Deleted #141
Conversation
Legends still need tweaking as they overrun a lot of keys, and the profile is completely wrong as it seems to be doing 1-2-3-4-4-5 instead of 1-1-2-3-4-4.
This allows the size of legends to be modified. For example, on the TKL layout, many of the nav key's legends are too long to fit on a 1u key with the standard 6 font size, so the legend_sizes allows a change of this. The array specifies differences from the default, so that if the default is adjusted the changed font sizes will be too. For example, +2 means a 2 unit larger legend, 0 means default and -1 means 1 unit smaller.
…ken from the default 60%)
Not sure how to do vertical keys using layout(), so they've been replaced by 2 keys with the same legend.
Sorry for the merged pr's but github and I don't get along that well. |
Added Dual Legend support for the Top so that you can have multiple legends on the top of the key for specialty keys. |
Allows for key bumps to be added to layout designs through the bool $layout_key_bump being set to true and the the keys which should receive the key bump being in the list $layout_bump_keys = ["F","f","J","j"];