diff options
author | Geoff Lane <geoff@zorched.net> | 2017-06-10 21:04:16 -0400 |
---|---|---|
committer | Geoff Lane <geoff@zorched.net> | 2017-06-10 21:09:38 -0400 |
commit | b1e01e9d1ffcc6ca0803f30c09d3eebe6a90186b (patch) | |
tree | 8f5b644b88ba59fa121bba1068f0a360dabf2f44 /keyboards/s65_x/Makefile | |
parent | b721779241d91ef46279fcaae447aa8eacb75422 (diff) |
Support Sentraq S65-X
Add initial support for ANSI layout of S65-X.
Includes support for controlling RGB underlighting.
Diffstat (limited to 'keyboards/s65_x/Makefile')
-rw-r--r-- | keyboards/s65_x/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/s65_x/Makefile b/keyboards/s65_x/Makefile new file mode 100644 index 0000000000..57b2ef62e5 --- /dev/null +++ b/keyboards/s65_x/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif |