8 lines
81 B
C
Executable file
8 lines
81 B
C
Executable file
#include "reddot.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
|
|
matrix_init_user();
|
|
}
|
|
|