-
-
Notifications
You must be signed in to change notification settings - Fork 39.2k
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
add Community Layouts for LAYOUT
keyboards
#21855
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should ideally be swapped around, there is no functional change.
Apologies, could you elaborate on "swapped around"? |
Layout aliases where the alias is a community layout name and the target is not should be swapped (as the idea is to remove the aliases at some later point). Such as: "layout_aliases": {
"LAYOUT_60_ansi": "LAYOUT_ansi_61"
}, |
When not all SW pins are used, it's useful to disable those that aren't. Can reduce audible noise. ``` Layout: D7:D4 D3 D2:D1 D0 SWD LGC OSDE SSD SWS: SWx Setting. Change how many SW pins are active LGC: H/L Logic SSD: Software Shutdown Control ``` Signed-off-by: Daniel Schaefer <dhs@frame.work>
* [refactor] rename LAYOUT_60_ansi to LAYOUT_all * [enhancement] add LAYOUT_60_ansi * [enhancement] add LAYOUT_60_ansi_split_bs_rshift * [enhancement] add LAYOUT_60_ansi_tsangan * [enhancement] add LAYOUT_60_tsangan_hhkb * [enhancement] add LAYOUT_60_iso * [enhancement] add LAYOUT_60_iso_split_bs_rshift * [enhancement] add LAYOUT_60_iso_tsangan * [enhancement] add LAYOUT_60_iso_tsangan_split_bs_rshift * [enhancement] enable Community Layout support * [enhancement] add LAYOUT_60_hhkb * [enhancement] add LAYOUT_60_ansi_arrow * [enhancement] add LAYOUT_60_iso_arrow * [docs] add layout/matrix diagram
LAYOUT
boardsLAYOUT
boards
LAYOUT
boardsLAYOUT
keyboards
this PR segmented alphabetically into smaller PRs |
Description
Assign matching community_layout(s) to keyboards with
LAYOUT
macrolayout_aliases
to match layout name to Community Layout nameTypes of Changes
Issues Fixed or Closed by This PR
Checklist