summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_infinity
diff options
context:
space:
mode:
authorJay Liu <jayliu50@gmail.com>2017-09-06 18:47:41 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2017-09-06 18:47:41 +0200
commitb03286723634234c8b9b5dbca603721a20422346 (patch)
treed8fdb3cd7f3a9a0f0741edc85c7c5361cbc6170a /keyboards/ergodox_infinity
parentc8e232907f8d70b1b29ee6df568663c0d9378821 (diff)
downloadqmk_firmware-b03286723634234c8b9b5dbca603721a20422346.tar.gz
qmk_firmware-b03286723634234c8b9b5dbca603721a20422346.tar.xz
Update Infinity Ergodox Makefile (#1682)
I believe this change is needed in response to the recent change in folder structure.
Diffstat (limited to 'keyboards/ergodox_infinity')
-rw-r--r--keyboards/ergodox_infinity/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_infinity/Makefile b/keyboards/ergodox_infinity/Makefile
index bd09e5885..57b2ef62e 100644
--- a/keyboards/ergodox_infinity/Makefile
+++ b/keyboards/ergodox_infinity/Makefile
@@ -1,3 +1,3 @@
ifndef MAKEFILE_INCLUDED
- include ../../../Makefile
+ include ../../Makefile
endif