blob: 87d889da0332b563530f257978502473fd8c4112 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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
|