예제 #1
0
void mtx_matrix_setup(void)
{
  matrix_setup();
}
예제 #2
0
void iematrix_setup(void)
{
  matrix_setup();
}
예제 #3
0
void keyboard_setup(void) {
    matrix_setup();
}