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
This commit is contained in:
parent
177666cbc8
commit
f318d6fffc
6 changed files with 110 additions and 12 deletions
|
@ -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 0x4000
|
||||
#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°
|
||||
#define DESCRIPTION Graystudio Think6.5
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
|
@ -70,4 +70,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/
|
||||
// https://noroadsleft.github.io/kbf_qmk_converter/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue