6 lines
70 B

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