diff options
Diffstat (limited to 'keyboards/handwired/maartenwut/maartenwut.c')
-rwxr-xr-x | keyboards/handwired/maartenwut/maartenwut.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/handwired/maartenwut/maartenwut.c b/keyboards/handwired/maartenwut/maartenwut.c deleted file mode 100755 index 6a7c5cee62..0000000000 --- a/keyboards/handwired/maartenwut/maartenwut.c +++ /dev/null @@ -1,13 +0,0 @@ -#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 |