diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /keyboards/christmas_tree/V2017 |
Diffstat (limited to 'keyboards/christmas_tree/V2017')
-rw-r--r-- | keyboards/christmas_tree/V2017/V2017.c | 1 | ||||
-rw-r--r-- | keyboards/christmas_tree/V2017/V2017.h | 3 | ||||
-rw-r--r-- | keyboards/christmas_tree/V2017/config.h | 5 | ||||
-rw-r--r-- | keyboards/christmas_tree/V2017/rules.mk | 3 |
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 @@ | |||
1 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
2 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
3 | AUDIO_ENABLE = no # Audio output \ No newline at end of file | ||