qmk-firmware/keyboards/40percentclub/nano/nano.c

6 lines
70 B
C

#include "nano.h"
void matrix_init_kb(void) {
matrix_init_user();
}