-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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 'KEYBOARD_LOCAL_FEATURES_MK' into build_keyboard.mk #6794
add 'KEYBOARD_LOCAL_FEATURES_MK' into build_keyboard.mk #6794
Conversation
KEYBOARD_LOCAL_FEATURES_MK has the file name of the file that contains the keyboard post-processing rules. Post-processing rules convert keyboard-specific shortcuts that represent combinations of standard options into QMK standard options.
This looks like it's a re-implementation of: |
I previously found #2046, but I forgot it and created this PR. I don't mind either implementation. |
Yeah, it was on my minds, since I just went through all of our open PRs.... Also, I think the other PR may be a bit cleaner in its implementation and should be the way we go, if/when one of these gets merged. Byt yeah, I do like the idea. |
Double checking this PR, I think that seeb's may be the better implementation, and the one that we should go with, long term. It supports every layer of the makefile stuff, which also allows for some pretty cool stuff (well, the same stuff as here, but at all levels, from what I've seen. |
Choose a more appropriate one. :-) |
Thank you for your contribution! |
Mostly, I'm adding the "On Hold" label, since there is discussion around this topic (eg, the best way to handle this). And so the Stale bot doesn't close the PR |
This is closed because I have opened a more general PR. #8422 |
Description
KEYBOARD_LOCAL_FEATURES_MK has the file name of the file that contains
the keyboard post-processing rules.
Post-processing rules convert keyboard-specific shortcuts that represent
combinations of standard options into QMK standard options.
Usage:
Types of Changes
Checklist