]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/eco/eco.h
4f8cfabd88530f3f5828714fe451baf9a0739628
[qmk_firmware.git] / keyboards / eco / eco.h
1 #ifndef ECO_H
2 #define ECO_H
3
4 #ifdef KEYBOARD_eco_rev1
5     #include "rev1.h"
6 #endif
7 #ifdef KEYBOARD_eco_rev2
8     #include "rev2.h"
9 #endif
10
11
12 #include "quantum.h"
13
14 #endif