mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
12 lines
143 B
C
12 lines
143 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#ifdef KEYBOARD_jiran_rev1
|
||
|
#include "rev1.h"
|
||
|
#endif
|
||
|
|
||
|
#ifdef KEYBOARD_jiran_rev2
|
||
|
#include "rev2.h"
|
||
|
#endif
|