mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
9 lines
95 B
C
9 lines
95 B
C
|
#ifndef CRKBD_H
|
||
|
#define CRKBD_H
|
||
|
|
||
|
#ifdef KEYBOARD_crkbd_rev1
|
||
|
#include "rev1.h"
|
||
|
#endif
|
||
|
|
||
|
#endif
|