diff options
author | milestogo <milestogo@users.noreply.github.com> | 2017-02-11 22:10:44 -0800 |
---|---|---|
committer | milestogo <milestogo@users.noreply.github.com> | 2017-02-11 22:10:44 -0800 |
commit | 274b1c53fbc8c0838305e7837c4594d67431f2b6 (patch) | |
tree | 9774eb9c3b273b74f1784e4f7ec13ae18f8d7e2f /keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/Makefile | |
parent | b0537f75df73ca5a55355c7546d45577cb2c6a38 (diff) |
keymap update
Diffstat (limited to 'keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/Makefile')
-rw-r--r-- | keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/Makefile b/keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/Makefile index 9d3df5964f..a82d80deee 100644 --- a/keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/Makefile +++ b/keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/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 |