]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/eco/eco.h
document how to define LEFT_LEDS and how that hack is done
[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