[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:
parent
e8db309613
commit
22470f0302
9 changed files with 385 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue