summaryrefslogtreecommitdiffstats
path: root/keyboards/m10a/m10a.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/m10a/m10a.c')
-rw-r--r--keyboards/m10a/m10a.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/m10a/m10a.c b/keyboards/m10a/m10a.c
new file mode 100644
index 000000000..9cc7f069a
--- /dev/null
+++ b/keyboards/m10a/m10a.c
@@ -0,0 +1,5 @@
+#include "m10a.h"
+
+void matrix_init_kb(void) {
+ matrix_init_user();
+} \ No newline at end of file