1
0
Fork 0
qmk_firmware/keyboards/sofle/sofle.h
Drashna Jaelre 22470f0302
[Keyboard] Add basic Keyhive Sofle support (#14296)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2021-10-05 17:49:39 -07:00

8 lines
139 B
C

#pragma once
#if defined(KEYBOARD_sofle_rev1)
# include "rev1.h"
#elif defined(KEYBOARD_sofle_keyhive)
# include "keyhive.h"
#endif