diff options
author | milestogo <milestogo@users.noreply.github.com> | 2017-03-08 01:25:33 -0800 |
---|---|---|
committer | milestogo <milestogo@users.noreply.github.com> | 2017-03-08 01:25:33 -0800 |
commit | 89aba30c7f50aa733262f4add253817e2fb84e8a (patch) | |
tree | ce69838fa4121e20f744e2a0b945b7377baea36a /keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile | |
parent | 01980c96e9c1e8ab5aad0e89d03c0e15417712c8 (diff) |
fix stupid error w/ mode switch
Diffstat (limited to 'keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile')
-rw-r--r-- | keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile | 2 |
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 9d3df5964f..8b829218b2 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 |