From dbcf0ba6cafa6ef35754c0a47fd4443ed6f0dca8 Mon Sep 17 00:00:00 2001 From: That-Canadian Date: Tue, 4 Jul 2017 14:14:26 -0400 Subject: Added ECO keyboard folder and configuration files. Also added my (That-Canadian) keymap folder and files. --- keyboards/eco/eco.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 keyboards/eco/eco.h (limited to 'keyboards/eco/eco.h') diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h new file mode 100644 index 000000000..9da33b9b8 --- /dev/null +++ b/keyboards/eco/eco.h @@ -0,0 +1,10 @@ +#ifndef ECO_H +#define ECO_H + +#ifdef SUBPROJECT_rev1 + #include "rev1.h" +#endif + +#include "quantum.h" + +#endif \ No newline at end of file -- cgit v1.2.3