summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/maartenwut/maartenwut.c
diff options
context:
space:
mode:
authorMaarten Dekkers <maartenn2001@gmail.com>2017-11-19 11:55:13 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-22 17:19:05 +0100
commitb8217eeff44b03680046144b785ad8c2d93eb710 (patch)
tree8fd41d03fb3c74c7920cbb14bca37fce4511a66a /keyboards/handwired/maartenwut/maartenwut.c
parentdcc363390f47ec23fdbc04bb56bb03a3cbf310e6 (diff)
downloadqmk_firmware-b8217eeff44b03680046144b785ad8c2d93eb710.tar.gz
qmk_firmware-b8217eeff44b03680046144b785ad8c2d93eb710.tar.xz
Add maartenwut's handwire build
Diffstat (limited to 'keyboards/handwired/maartenwut/maartenwut.c')
-rwxr-xr-xkeyboards/handwired/maartenwut/maartenwut.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/handwired/maartenwut/maartenwut.c b/keyboards/handwired/maartenwut/maartenwut.c
new file mode 100755
index 000000000..6a7c5cee6
--- /dev/null
+++ b/keyboards/handwired/maartenwut/maartenwut.c
@@ -0,0 +1,13 @@
+#include "maartenwut.h"
+
+void matrix_init_kb(void) {
+ // put your keyboard start-up code here
+ // runs once when the firmware starts up
+
+ matrix_init_user();
+}
+void matrix_scan_kb(void) {
+ // put your looping keyboard code here
+ // runs every cycle (a lot)
+ matrix_scan_user();
+}; \ No newline at end of file