diff options
Diffstat (limited to 'keyboards/christmas_tree/christmas_tree.c')
-rw-r--r-- | keyboards/christmas_tree/christmas_tree.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/christmas_tree/christmas_tree.c b/keyboards/christmas_tree/christmas_tree.c new file mode 100644 index 000000000..04d41c1db --- /dev/null +++ b/keyboards/christmas_tree/christmas_tree.c @@ -0,0 +1,5 @@ +#include "christmas_tree.h" + +void matrix_init_kb(void) { + matrix_init_user(); +} |