diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-07 18:38:03 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-20 03:56:23 +0300 |
commit | 051017c3129a17a1f4c610f19067c60bf0a49da9 (patch) | |
tree | b19608cd10458ac2083f8f007b1b74ecdfe103a6 /keyboards/clueboard/rev1/Makefile | |
parent | c83af5451349e6160a2ee220e7b45bb974be5c64 (diff) |
Split subproject make files into Makefile and rules.mk
Diffstat (limited to 'keyboards/clueboard/rev1/Makefile')
-rw-r--r-- | keyboards/clueboard/rev1/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/clueboard/rev1/Makefile b/keyboards/clueboard/rev1/Makefile index 80a942d06f..191c6bb664 100644 --- a/keyboards/clueboard/rev1/Makefile +++ b/keyboards/clueboard/rev1/Makefile @@ -1,5 +1,3 @@ -BACKLIGHT_ENABLE = no - -ifndef QUANTUM_DIR +ifndef MAKEFILE_INCLUDED include ../../../Makefile -endif +endif
\ No newline at end of file |