diff options
author | Rys Sommefeldt <rys@sommefeldt.com> | 2020-02-12 04:33:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 15:33:29 +1100 |
commit | f318d6fffcda102b9063effb5403598d4bbf1213 (patch) | |
tree | 6c430ef8304111b9d361aeef900bf2a5dfd3a15b /keyboards/gray_studio/think65/hotswap/keymaps/via/rules.mk | |
parent | 177666cbc8d6f9859773f8fc0232ba4b3a1f9a97 (diff) |
VIA support for the Think6.5 (#8118)
* VIA support for Think6.5
* VIA support for Think6.5 Hotswap
* VIA works better with separate layout options
* Remove the colours used to help develop it in KLE
* Pay better attention to the JSON linter
* Update Think6.5 PRODUCT and remove VIA JSON defs
Diffstat (limited to 'keyboards/gray_studio/think65/hotswap/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/gray_studio/think65/hotswap/keymaps/via/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/gray_studio/think65/hotswap/keymaps/via/rules.mk b/keyboards/gray_studio/think65/hotswap/keymaps/via/rules.mk new file mode 100644 index 0000000000..96d2d189b2 --- /dev/null +++ b/keyboards/gray_studio/think65/hotswap/keymaps/via/rules.mk @@ -0,0 +1,2 @@ +VIA_ENABLE = yes +MOUSEKEY_ENABLE = no |