summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/reddot/reddot.c
diff options
context:
space:
mode:
authorDamien <Dbroqua@users.noreply.github.com>2017-03-05 22:58:13 +0100
committerGitHub <noreply@github.com>2017-03-05 22:58:13 +0100
commit24ec8f509703cbaf9de7b41d251dbb7fcd339559 (patch)
tree90f4f9adf406d92c6817c412256904a97c716daf /keyboards/handwired/reddot/reddot.c
parentb7b94bfb132aa5f2f79b587fcfa6b1197485db27 (diff)
parent615bfc4eca8204b73c592a076ca02aeaeceb7e1e (diff)
downloadqmk_firmware-24ec8f509703cbaf9de7b41d251dbb7fcd339559.tar.gz
qmk_firmware-24ec8f509703cbaf9de7b41d251dbb7fcd339559.tar.xz
Merge pull request #18 from qmk/master
Merge from qmk
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();
+}
+