-
-
Notifications
You must be signed in to change notification settings - Fork 40.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
Remove deprecated QUANTUM_DIR code blocks from makefiles #4754
Conversation
Files edited by this PR: |
Weirdness I Found:The I bring this up because I believe that the filenames mean that the corresponding keymaps don't actually compile as intended. I can rename them, but it may break other things; in fact, ishtob's keymap fails to compile for me locally if I rename it (using |
Removing them from layouts and user space should be fine. As for renaming, I'd say leave it |
Travis CI error seems to be with your JJ50 keymap (which doesn't exist in my branch; is this a new change?) being too large. I'll update the Userspace and Layouts files shortly. |
Done. Files edited by the last two commits:
|
I don't actually have a jj50 board, but I do have a layout that supports it. :D |
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.
Looks good to me!
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.
I haven't gone through all the files (for obvious reasons), but overall it LGTM.
I'll fix the merge conflicts. Just getting set up at home again after being out of town for two weeks. Being on a 1080p screen is nice after two weeks of 1024x600. |
This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards.
This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps.
This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.)
This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts.
This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
6e61e2f
to
80a1df9
Compare
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.
great!
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
Description
This PR will remove the
code blocks from nearly the entire repository.
Please Advise:
I haven't touched any of the instances in
/users/
or/layouts/
because I wasn't sure if that was appropriate to do, though I'm willing to do so if it's desired.I also debated deleting the edited makefiles that are now empty, though I thought that might be more disorienting should an affected user update their files, versus just leaving the empty file in place.
Commit Log
Remove QUANTUM_DIR code blocks from keyboard rules (20c9233)
This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect entire keyboards.
remove QUANTUM_DIR code blocks from rules for default keymaps (9ec68b9)
This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect default keymaps.
remove QUANTUM_DIR code blocks from rules for user keymaps (7a63220)
This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect "user" keymaps. (It's actually any keymap
that isn't named
default
.)