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/config.h | |
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/config.h')
-rw-r--r-- | keyboards/gray_studio/think65/hotswap/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/gray_studio/think65/hotswap/config.h b/keyboards/gray_studio/think65/hotswap/config.h index fc1734146d..05a818a731 100644 --- a/keyboards/gray_studio/think65/hotswap/config.h +++ b/keyboards/gray_studio/think65/hotswap/config.h @@ -20,12 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x4753 +#define PRODUCT_ID 0x4001 #define DEVICE_VER 0x0001 -#define MANUFACTURER Gray Studio -#define PRODUCT THINK6.5 -#define DESCRIPTION 65% 6.5 degree custom keyboard +#define MANUFACTURER Graystudio +#define PRODUCT Think6.5° Hotswap +#define DESCRIPTION Graystudio Think6.5 Hotswap /* key matrix size */ #define MATRIX_ROWS 5 @@ -69,4 +69,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #endif // generated by KBFirmware JSON to QMK Parser -// https://noroadsleft.github.io/kbf_qmk_converter/
\ No newline at end of file +// https://noroadsleft.github.io/kbf_qmk_converter/ |