diff options
author | Ethan Madden <emadden@isilon.com> | 2017-08-04 16:05:10 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-08 23:31:56 -0400 |
commit | 33a87c132c03b0016772b883cc129d2073528620 (patch) | |
tree | 0cca77a1addc14d4a317e59a5ac6a8bc89b3adf0 /keyboards/jc65/Makefile | |
parent | 087d00f769c82fd2ac85158eb38b01224fb0183b (diff) |
Base JC65 config
jc65 builds properly, haven't test flashed yet
Enabled RGB backlighting
disabled some other features to save some space
Diffstat (limited to 'keyboards/jc65/Makefile')
-rw-r--r-- | keyboards/jc65/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/jc65/Makefile b/keyboards/jc65/Makefile new file mode 100644 index 0000000000..57b2ef62e5 --- /dev/null +++ b/keyboards/jc65/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif |