summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/MS-sculpt-mobile/keymaps/default
diff options
context:
space:
mode:
authormilestogo <milestogo@users.noreply.github.com>2017-03-08 10:25:33 +0100
committermilestogo <milestogo@users.noreply.github.com>2017-03-08 10:25:33 +0100
commit89aba30c7f50aa733262f4add253817e2fb84e8a (patch)
treece69838fa4121e20f744e2a0b945b7377baea36a /keyboards/handwired/MS-sculpt-mobile/keymaps/default
parent01980c96e9c1e8ab5aad0e89d03c0e15417712c8 (diff)
downloadqmk_firmware-89aba30c7f50aa733262f4add253817e2fb84e8a.tar.gz
qmk_firmware-89aba30c7f50aa733262f4add253817e2fb84e8a.tar.xz
fix stupid error w/ mode switch
Diffstat (limited to 'keyboards/handwired/MS-sculpt-mobile/keymaps/default')
-rw-r--r--keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile b/keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile
index 9d3df5964..8b829218b 100644
--- a/keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile
+++ b/keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile
@@ -17,5 +17,5 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
ifndef QUANTUM_DIR
- include ../../../../Makefile
+ include ../../../../../Makefile
endif