0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-01-07 01:49:30 +00:00
qmk_firmware/keyboards/christmas_tree/christmas_tree.c
Josh Sankey dc7cc26dff Christmas tree ()
* Line ending stuff again

* Added initial files for Christmas Tree PCB

* Updated Readme and info json's, also config.

* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.
2017-12-14 15:58:40 -05:00

6 lines
80 B
C

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