aboutsummaryrefslogtreecommitdiff
path: root/keyboards/christmas_tree/V2017
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-10 12:13:40 +0100
committerAkshay <[email protected]>2022-04-10 12:13:40 +0100
commitdc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch)
tree4ccb8fa5886b66fa9d480edef74236c27f035e16 /keyboards/christmas_tree/V2017
Diffstat (limited to 'keyboards/christmas_tree/V2017')
-rw-r--r--keyboards/christmas_tree/V2017/V2017.c1
-rw-r--r--keyboards/christmas_tree/V2017/V2017.h3
-rw-r--r--keyboards/christmas_tree/V2017/config.h5
-rw-r--r--keyboards/christmas_tree/V2017/rules.mk3
4 files changed, 12 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..f779c0ed4
--- /dev/null
+++ b/keyboards/christmas_tree/V2017/V2017.h
@@ -0,0 +1,3 @@
1#pragma once
2
3#include "christmas_tree.h"
diff --git a/keyboards/christmas_tree/V2017/config.h b/keyboards/christmas_tree/V2017/config.h
new file mode 100644
index 000000000..abc94749a
--- /dev/null
+++ b/keyboards/christmas_tree/V2017/config.h
@@ -0,0 +1,5 @@
1#pragma once
2
3#include "config_common.h"
4
5#define DEVICE_VER 0x2017
diff --git a/keyboards/christmas_tree/V2017/rules.mk b/keyboards/christmas_tree/V2017/rules.mk
new file mode 100644
index 000000000..184a1f224
--- /dev/null
+++ b/keyboards/christmas_tree/V2017/rules.mk
@@ -0,0 +1,3 @@
1BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
2RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
3AUDIO_ENABLE = no # Audio output \ No newline at end of file