forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Userspace post_rules.mk migration step qmk#4
Read USER_NAME from user.mk files instead of rules.mk at the keymap level Userspace rules.mk is now being processed before keymap rules.mk, but at the same time, the userspace depends on a keymap-level USER_NAME setting. For this cyclical dependency to be avoided, the USER_NAME setting may no longer be in rules.mk. This change adds support for a new type of file, user.mk, which is read before the userspace is initialized, thus solving the problem.
- Loading branch information
1 parent
8c9a7c1
commit 802481d
Showing
2 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters