From b8217eeff44b03680046144b785ad8c2d93eb710 Mon Sep 17 00:00:00 2001 From: Maarten Dekkers Date: Sun, 19 Nov 2017 11:55:13 +0100 Subject: Add maartenwut's handwire build --- keyboards/handwired/maartenwut/maartenwut.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 keyboards/handwired/maartenwut/maartenwut.c (limited to 'keyboards/handwired/maartenwut/maartenwut.c') 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 -- cgit v1.2.3