Add SofleKeyboard support to QMK firmware.

This commit is contained in:
Josef Adamcik
2020-04-29 09:15:45 +02:00
parent e1217dae5a
commit 168ba88ada
14 changed files with 545 additions and 0 deletions
+5
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);
}