mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
22470f0302
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
8 lines
139 B
C
8 lines
139 B
C
#pragma once
|
|
|
|
#if defined(KEYBOARD_sofle_rev1)
|
|
# include "rev1.h"
|
|
#elif defined(KEYBOARD_sofle_keyhive)
|
|
# include "keyhive.h"
|
|
#endif
|