summaryrefslogtreecommitdiff
path: root/keyboards/uzu42/uzu42.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/uzu42/uzu42.c')
-rw-r--r--keyboards/uzu42/uzu42.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/uzu42/uzu42.c b/keyboards/uzu42/uzu42.c
new file mode 100644
index 0000000000..0eb8c5f3aa
--- /dev/null
+++ b/keyboards/uzu42/uzu42.c
@@ -0,0 +1,5 @@
+#include "uzu42.h"
+
+bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
+ return process_record_user(keycode, record);
+}