aboutsummaryrefslogtreecommitdiff
path: root/keyboards/evyd13/ta65/ta65.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/evyd13/ta65/ta65.c')
-rw-r--r--keyboards/evyd13/ta65/ta65.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/evyd13/ta65/ta65.c b/keyboards/evyd13/ta65/ta65.c
index 4f67a0203..ca9aafb1b 100644
--- a/keyboards/evyd13/ta65/ta65.c
+++ b/keyboards/evyd13/ta65/ta65.c
@@ -1,13 +1 @@
1#include "ta65.h" #include "ta65.h"
2
3void matrix_init_kb(void) {
4 // put your keyboard start-up code here
5 // runs once when the firmware starts up
6 matrix_init_user();
7};
8
9void matrix_scan_kb(void) {
10 // put your looping keyboard code here
11 // runs every cycle (a lot)
12 matrix_scan_user();
13};