5 lines
72 B
C
5 lines
72 B
C
#include "valkey.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
}
|