forked from forks/qmk_firmware
6 lines
70 B
C
6 lines
70 B
C
#include "nano.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
}
|