qmk-firmware/keyboards/christmas_tree/christmas_tree.c

6 lines
80 B
C

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