7 lines
74 B
C
7 lines
74 B
C
#include "wulkan.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
}
|
|
|