mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 12:34:39 +00:00
15 lines
172 B
C
15 lines
172 B
C
|
#ifndef ZINC_H
|
||
|
#define ZINC_H
|
||
|
|
||
|
#ifdef KEYBOARD_zinc_reva
|
||
|
#include "reva.h"
|
||
|
#endif
|
||
|
#ifdef KEYBOARD_zinc_rev1
|
||
|
#include "rev1.h"
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#endif
|