mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
10 lines
No EOL
110 B
C
10 lines
No EOL
110 B
C
#ifndef ECO_H
|
|
#define ECO_H
|
|
|
|
#ifdef SUBPROJECT_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|
|
|
|
#endif |