diff options
Diffstat (limited to 'keyboards/evyd13/ta65/ta65.c')
-rw-r--r-- | keyboards/evyd13/ta65/ta65.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/evyd13/ta65/ta65.c b/keyboards/evyd13/ta65/ta65.c index 4f67a0203d..ca9aafb1b7 100644 --- a/keyboards/evyd13/ta65/ta65.c +++ b/keyboards/evyd13/ta65/ta65.c @@ -1,13 +1 @@ #include "ta65.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(); -}; |