aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/reddot/reddot.c
diff options
context:
space:
mode:
authorGravatar Xyverz <xyverz@gmail.com>2017-02-10 23:34:27 -0800
committerGravatar Xyverz <xyverz@gmail.com>2017-02-10 23:34:27 -0800
commit902d5077cd54f3a964e3276d7858212d975818ec (patch)
treecddf5a379614f421908bbe57ae5d396cc1e2ed37 /keyboards/handwired/reddot/reddot.c
parent4d7105c2cf47c7604b54cdf488b4eb9d08c1f1cf (diff)
parent835556da9111d91b71c545d6a273e843f07631ae (diff)
downloadqmk_firmware-902d5077cd54f3a964e3276d7858212d975818ec.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/handwired/reddot/reddot.c')
-rwxr-xr-xkeyboards/handwired/reddot/reddot.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/handwired/reddot/reddot.c b/keyboards/handwired/reddot/reddot.c
new file mode 100755
index 000000000..4e1efc06c
--- /dev/null
+++ b/keyboards/handwired/reddot/reddot.c
@@ -0,0 +1,7 @@
+#include "reddot.h"
+
+void matrix_init_kb(void) {
+
+ matrix_init_user();
+}
+