Add SofleKeyboard support to QMK firmware.
This commit is contained in:
parent
e1217dae5a
commit
168ba88ada
14 changed files with 545 additions and 0 deletions
5
keyboards/sofle/sofle.c
Normal file
5
keyboards/sofle/sofle.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "sofle.h"
|
||||
|
||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
return process_record_user(keycode, record);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue