mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 01:17:07 +06: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 |