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