1
0
Fork 0

[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:
Drashna Jael're 2021-10-05 17:49:39 -07:00 committed by GitHub
parent e8db309613
commit 22470f0302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 385 additions and 31 deletions

View file

@ -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