mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 08:56:47 +06: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
|