summaryrefslogtreecommitdiffstats
path: root/keyboards/christmas_tree/christmas_tree.c
diff options
context:
space:
mode:
authorJosh Sankey <js@psimail.pw>2017-12-14 21:58:40 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-14 21:58:40 +0100
commitdc7cc26dff01cc84b6f9f96af6d3aa03469aaca3 (patch)
tree47d12f94760a021cd6e5e5e43b0ca69e1458fdf1 /keyboards/christmas_tree/christmas_tree.c
parenta6e46b99b9c4bb873758ebb03af6e91b5a58e699 (diff)
downloadqmk_firmware-dc7cc26dff01cc84b6f9f96af6d3aa03469aaca3.tar.gz
qmk_firmware-dc7cc26dff01cc84b6f9f96af6d3aa03469aaca3.tar.xz
Christmas tree (#2105)
* 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.
Diffstat (limited to 'keyboards/christmas_tree/christmas_tree.c')
-rw-r--r--keyboards/christmas_tree/christmas_tree.c5
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();
+}