[Keyboard] Add basic Keyhive Sofle support (#14296)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
co-authored by
Ryan
Sergey Vlasov
parent
e8db309613
commit
22470f0302
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef KEYBOARD_sofle_rev1
|
||||
#include "rev1.h"
|
||||
#if defined(KEYBOARD_sofle_rev1)
|
||||
# include "rev1.h"
|
||||
#elif defined(KEYBOARD_sofle_keyhive)
|
||||
# include "keyhive.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user