1
0
Fork 0

Add SofleKeyboard support to QMK firmware.

This commit is contained in:
Josef Adamcik 2019-11-09 17:05:37 +01:00
parent e1217dae5a
commit 168ba88ada
14 changed files with 545 additions and 0 deletions

5
keyboards/sofle/sofle.c Normal file
View file

@ -0,0 +1,5 @@
#include "sofle.h"
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return process_record_user(keycode, record);
}