diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-03 11:02:52 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-08-03 11:02:52 -0400 |
commit | 8765751f7045ff25a036d8a782bab8e7de0eed16 (patch) | |
tree | 58ed9a7be54729e3fe4b2ecec7ffb6e39ea807f8 /keyboards/eco/rev2/rules.mk | |
parent | c33434c0d64dd7cbd5f6371c7cb4ac5e05924944 (diff) | |
download | qmk_firmware-8765751f7045ff25a036d8a782bab8e7de0eed16.tar.gz |
Added V2 files for the ECO board, also changed default from rev1 to rev2.
Diffstat (limited to 'keyboards/eco/rev2/rules.mk')
-rw-r--r-- | keyboards/eco/rev2/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/eco/rev2/rules.mk b/keyboards/eco/rev2/rules.mk new file mode 100644 index 000000000..a0825b4ef --- /dev/null +++ b/keyboards/eco/rev2/rules.mk @@ -0,0 +1,5 @@ +BACKLIGHT_ENABLE = no + +ifndef QUANTUM_DIR + include ../../../Makefile +endif
\ No newline at end of file |