summaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub/nano/nano.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/40percentclub/nano/nano.c')
-rw-r--r--keyboards/40percentclub/nano/nano.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/40percentclub/nano/nano.c b/keyboards/40percentclub/nano/nano.c
new file mode 100644
index 000000000..63e23545e
--- /dev/null
+++ b/keyboards/40percentclub/nano/nano.c
@@ -0,0 +1,5 @@
+#include "nano.h"
+
+void matrix_init_kb(void) {
+ matrix_init_user();
+}