summaryrefslogtreecommitdiffstats
path: root/keyboards/christmas_tree/V2017
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/christmas_tree/V2017')
-rw-r--r--keyboards/christmas_tree/V2017/V2017.c1
-rw-r--r--keyboards/christmas_tree/V2017/V2017.h6
-rw-r--r--keyboards/christmas_tree/V2017/config.h8
-rw-r--r--keyboards/christmas_tree/V2017/info.json3
4 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/christmas_tree/V2017/V2017.c b/keyboards/christmas_tree/V2017/V2017.c
new file mode 100644
index 000000000..e36727059
--- /dev/null
+++ b/keyboards/christmas_tree/V2017/V2017.c
@@ -0,0 +1 @@
+#include "V2017.h" \ No newline at end of file
diff --git a/keyboards/christmas_tree/V2017/V2017.h b/keyboards/christmas_tree/V2017/V2017.h
new file mode 100644
index 000000000..a82a1e82f
--- /dev/null
+++ b/keyboards/christmas_tree/V2017/V2017.h
@@ -0,0 +1,6 @@
+#ifndef V2017_H
+#define V2017_H
+
+#include "christmas_tree.h"
+
+#endif \ No newline at end of file
diff --git a/keyboards/christmas_tree/V2017/config.h b/keyboards/christmas_tree/V2017/config.h
new file mode 100644
index 000000000..ebe3d3bf1
--- /dev/null
+++ b/keyboards/christmas_tree/V2017/config.h
@@ -0,0 +1,8 @@
+#ifndef V2017_CONFIG_H
+#define V2017_CONFIG_H
+
+#include "config_common.h"
+
+#define DEVICE_VER 0x2017
+
+#endif \ No newline at end of file
diff --git a/keyboards/christmas_tree/V2017/info.json b/keyboards/christmas_tree/V2017/info.json
new file mode 100644
index 000000000..6f47bdb3b
--- /dev/null
+++ b/keyboards/christmas_tree/V2017/info.json
@@ -0,0 +1,3 @@
+{
+ "identifier": "FEED:3070:2017"
+} \ No newline at end of file