-
-
Notifications
You must be signed in to change notification settings - Fork 42.4k
[Core] Re-order user space rules inclusion #17459
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
Conversation
cdb0c24 to
1cfaf59
Compare
|
I'm not sure how I feel about allowing userspace to override the MCU. It very much feels the opposite of what is supposed to happen (specific to general, keyboard -> keymap -> userspace). |
|
keyboard/keymap/rules.mk can overwrite MCU selection but not the copy in userspace. I had the impression that "overwrite" priority is In its current position, |
|
This seems to have broken some compiles (I noticed it with when using It seems to have changed ordering of community layout's An an aside, the docs at https://docs.qmk.fm/#/hardware_keyboard_guidelines?id=rulesmk need to be updated (for this change, and also to explain when community layout This could be somewhat fixed by allowing |
This reverts commit 69fa2d8.
Description
Re-order inclusion of userspace
rules.mkbeforemcu_selection.mkto support overriding micro controller settings, such as chibiosCONVERT_TOconverters orMCUselection.Confirmed binary reproducibility with
planck/rev6andcrkbd/rev1.Types of Changes
Checklist