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

Remove deprecated QUANTUM_DIR code blocks from makefiles #4754

Merged
merged 5 commits into from
Jan 4, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
noroadsleft committed Jan 3, 2019
commit 56d18e74c29055ba16c5153ddf57f8a1854ae824
3 changes: 0 additions & 3 deletions layouts/community/ergodox/berfarah/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ ifeq (${FORCE_NKRO},yes)
OPT_DEFS += -DFORCE_NKRO
endif

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions layouts/community/ortho_4x12/grahampheath/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions layouts/community/ortho_4x12/xyverz/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ else
RGBLIGHT_ENABLE = yes
endif

ifndef QUANTUM_DIR
include ../../../../Makefile
endif