summaryrefslogtreecommitdiffstats
path: root/keyboards/eco/eco.h
blob: 9da33b9b8d41a73a433fc198a746672ddf8ff930 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef ECO_H
#define ECO_H

#ifdef SUBPROJECT_rev1
    #include "rev1.h"
#endif

#include "quantum.h"

#endif