mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 23:44:54 +00:00
22470f0302
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
7 lines
139 B
C
7 lines
139 B
C
#pragma once
|
|
|
|
#if defined(KEYBOARD_sofle_rev1)
|
|
# include "rev1.h"
|
|
#elif defined(KEYBOARD_sofle_keyhive)
|
|
# include "keyhive.h"
|
|
#endif
|