summaryrefslogtreecommitdiff
path: root/keyboards/m10a/m10a.c
diff options
context:
space:
mode:
authorAnte Laurijssen <antelaurijssen@gmail.com>2017-05-21 08:44:52 -0400
committerAnte Laurijssen <antelaurijssen@gmail.com>2017-05-21 08:44:52 -0400
commit34a1bf9e20f94d7932036f9d2026e45ca825be71 (patch)
tree6fc66ec1e5f0c0416207dd363934e55edf465769 /keyboards/m10a/m10a.c
parentb766407cbe07e78f5cf5ce2ec77694541d598e0e (diff)
parentc7e9e643fa411266dfb9b08831967d29426b29bc (diff)
Merge https://github.com/qmk/qmk_firmware
Update my qmk_firmware fork
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 0000000000..9cc7f069ae
--- /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