diff options
Diffstat (limited to 'keyboards/ut472/ut472.c')
-rw-r--r-- | keyboards/ut472/ut472.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/ut472/ut472.c b/keyboards/ut472/ut472.c index c0686d661..637922171 100644 --- a/keyboards/ut472/ut472.c +++ b/keyboards/ut472/ut472.c | |||
@@ -1,13 +1 @@ | |||
1 | #include "ut472.h" | #include "ut472.h" | |
2 | |||
3 | void matrix_init_kb(void) { | ||
4 | // Keyboard start-up code goes here | ||
5 | // Runs once when the firmware starts up | ||
6 | matrix_init_user(); | ||
7 | }; | ||
8 | |||
9 | void matrix_scan_kb(void) { | ||
10 | // Looping keyboard code goes here | ||
11 | // This runs every cycle (a lot) | ||
12 | matrix_scan_user(); | ||
13 | }; | ||