mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 04:54:43 +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
|