diff options
author | Josh Sankey <js@psimail.pw> | 2017-12-14 15:58:40 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-14 15:58:40 -0500 |
commit | dc7cc26dff01cc84b6f9f96af6d3aa03469aaca3 (patch) | |
tree | 47d12f94760a021cd6e5e5e43b0ca69e1458fdf1 /keyboards/christmas_tree/V2017 | |
parent | a6e46b99b9c4bb873758ebb03af6e91b5a58e699 (diff) |
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/V2017')
-rw-r--r-- | keyboards/christmas_tree/V2017/V2017.c | 1 | ||||
-rw-r--r-- | keyboards/christmas_tree/V2017/V2017.h | 6 | ||||
-rw-r--r-- | keyboards/christmas_tree/V2017/config.h | 8 | ||||
-rw-r--r-- | keyboards/christmas_tree/V2017/info.json | 3 |
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 0000000000..e367270592 --- /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 0000000000..a82a1e82f4 --- /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 0000000000..ebe3d3bf1e --- /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 0000000000..6f47bdb3b5 --- /dev/null +++ b/keyboards/christmas_tree/V2017/info.json @@ -0,0 +1,3 @@ +{ + "identifier": "FEED:3070:2017" +}
\ No newline at end of file |