summaryrefslogtreecommitdiffstats
path: root/keyboards/kmac/keymaps/winkeyless/Makefile
diff options
context:
space:
mode:
authorMathias Andersson <wraul@dbox.se>2017-06-17 15:26:46 +0200
committerMathias Andersson <wraul@dbox.se>2017-06-17 20:06:28 +0200
commitdf26ede1313c4f20805be60f534dbfcac54527ba (patch)
tree980aa42c4ca91982540df00499aa570a1f8fa125 /keyboards/kmac/keymaps/winkeyless/Makefile
parent67e150a08a0ca6f76837af12dd5d376b353d9942 (diff)
downloadqmk_firmware-df26ede1313c4f20805be60f534dbfcac54527ba.tar.gz
qmk_firmware-df26ede1313c4f20805be60f534dbfcac54527ba.tar.xz
Unify KMAC code indentation
It's a little unclear what the style guidelines are for the QMK project. But I figured that I should at least keep the indentation consistent within the KMAC part.
Diffstat (limited to 'keyboards/kmac/keymaps/winkeyless/Makefile')
-rw-r--r--keyboards/kmac/keymaps/winkeyless/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kmac/keymaps/winkeyless/Makefile b/keyboards/kmac/keymaps/winkeyless/Makefile
index 1313af46b..8e2d011b3 100644
--- a/keyboards/kmac/keymaps/winkeyless/Makefile
+++ b/keyboards/kmac/keymaps/winkeyless/Makefile
@@ -33,5 +33,5 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this w
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
ifndef QUANTUM_DIR
- include ../../../../Makefile
+ include ../../../../Makefile
endif