Skip to content
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

Support standard ortho4x12 QMK layout #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mdpye
Copy link

@mdpye mdpye commented Oct 22, 2019

QMK allows layouts to be shared across boards with the same physical
layouts (e.g. planck and houndstooth), which is really useful if you own
more than one board and want to have the same key mappings on each.

Supporting is straightforward, just the declaration in rules.mk and a
layout declaration which matches the convention. It doesn't affect
builds which don't want to use it, and which just create a new keymap.c.

https://beta.docs.qmk.fm/features/feature_layouts

QMK allows layouts to be shared across boards with the same physical
layouts (e.g. planck and houndstooth), which is really useful if you own
more than one board and want to have the same key mappings on each.

Supporting is straightforward, just the declaration in rules.mk and a
layout declaration which matches the convention. It doesn't affect
builds which don't want to use it, and which just create a new keymap.c.

https://beta.docs.qmk.fm/features/feature_layouts
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