mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-12 06:28:27 +00:00
10 lines
110 B
C
10 lines
110 B
C
|
#ifndef ECO_H
|
||
|
#define ECO_H
|
||
|
|
||
|
#ifdef SUBPROJECT_rev1
|
||
|
#include "rev1.h"
|
||
|
#endif
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#endif
|