summaryrefslogtreecommitdiffstats
path: root/keyboards/christmas_tree/christmas_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/christmas_tree/christmas_tree.h')
-rw-r--r--keyboards/christmas_tree/christmas_tree.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/christmas_tree/christmas_tree.h b/keyboards/christmas_tree/christmas_tree.h
new file mode 100644
index 000000000..1d77fa713
--- /dev/null
+++ b/keyboards/christmas_tree/christmas_tree.h
@@ -0,0 +1,20 @@
+#ifndef CHRISTMAS_TREE_H
+#define CHRISTMAS_TREE_H
+#include "quantum.h"
+
+
+#define KEYMAP( \
+ k00, k01, k02, k03, k04, k05 \
+) \
+{ \
+ { k00 }, \
+ { k01 }, \
+ { k02 }, \
+ { k03 }, \
+ { k04 }, \
+ { k05 } \
+}
+
+
+
+#endif