bad_kb_funcs1

This commit is contained in:
zvecr 2024-07-11 11:03:11 +01:00
parent 494af672ce
commit b066c86e43
22 changed files with 55 additions and 9 deletions

View file

@ -19,6 +19,8 @@
void matrix_init_kb(void) {
uart_init(9600);
matrix_init_user();
}
#endif