summaryrefslogtreecommitdiff
path: root/keyboards/eco/eco.h
blob: 211e41fe8ffdf6ae177d57167c2e3e65bd461d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ECO_H
#define ECO_H

#ifdef KEYBOARD_eco_rev1
    #include "rev1.h"
#endif
#ifdef KEYBOARD_eco_rev2
    #include "rev2.h"
#endif

#include "quantum.h"

#endif