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 c0686d661a..637922171a 100644 --- a/keyboards/ut472/ut472.c +++ b/keyboards/ut472/ut472.c @@ -1,13 +1 @@ #include "ut472.h" - -void matrix_init_kb(void) { - // Keyboard start-up code goes here - // Runs once when the firmware starts up - matrix_init_user(); -}; - -void matrix_scan_kb(void) { - // Looping keyboard code goes here - // This runs every cycle (a lot) - matrix_scan_user(); -}; |