diff options
author | Mathias Andersson <wraul@dbox.se> | 2017-06-17 15:26:46 +0200 |
---|---|---|
committer | Mathias Andersson <wraul@dbox.se> | 2017-06-17 20:06:28 +0200 |
commit | df26ede1313c4f20805be60f534dbfcac54527ba (patch) | |
tree | 980aa42c4ca91982540df00499aa570a1f8fa125 /keyboards/kmac/keymaps/winkeyless/Makefile | |
parent | 67e150a08a0ca6f76837af12dd5d376b353d9942 (diff) |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kmac/keymaps/winkeyless/Makefile b/keyboards/kmac/keymaps/winkeyless/Makefile index 1313af46b8..8e2d011b34 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 |