summaryrefslogtreecommitdiff
path: root/keyboards/eco/eco.h
blob: 885bf982d7ff5e0a125e798fbf13610f8f7dd0a0 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#if defined(KEYBOARD_eco_rev1)
#    include "rev1.h"
#elif defined(KEYBOARD_eco_rev2)
#    include "rev2.h"
#endif

#include "quantum.h"