mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 00:47:02 +06:00
8 lines
92 B
C
8 lines
92 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#ifdef KEYBOARD_naked64_rev1
|
||
|
#include "rev1.h"
|
||
|
#endif
|