Move keyboard USB IDs and strings to data driven: F (#17816)
This commit is contained in:
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLaboratories
|
||||
#define PRODUCT_ID 0x0014 // 7V Hotswap
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLaboratories
|
||||
#define PRODUCT 7V Hotswap
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "7V Hotswap PCBs",
|
||||
"keyboard_name": "7V Hotswap",
|
||||
"manufacturer": "FJLaboratories",
|
||||
"url": "http://www.fjlaboratories.com/",
|
||||
"maintainer": "mrnoisytiger",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x0014",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_75_all": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLaboratories
|
||||
#define PRODUCT_ID 0x0010 // AD65
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER Absolute Designs
|
||||
#define PRODUCT AD65
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Absolute Designs 65",
|
||||
"keyboard_name": "AD65",
|
||||
"manufacturer": "Absolute Designs",
|
||||
"url": "https://arnoldh93.wixsite.com/website",
|
||||
"maintainer": "FJLaboratories",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x0010",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1001 // BKS65
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT BKS65
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "BKS65",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.bolsakeyboardsupply.com",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_65_ansi": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x0099 // BKS65 Solder
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT BKS65 Solder
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "BKS65 Solder",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.bolsakeyboardsupply.com",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x0099",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x0001 // Bolsa65
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT bolsa65
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Bolsa65",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.bolsakeyboardsupply.com",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x0001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_65_ansi_blocker": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLaboratories
|
||||
#define PRODUCT_ID 0x0006 // KF87
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLaboratories
|
||||
#define PRODUCT KF87
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 17
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "KF87 Replacement PCB's",
|
||||
"keyboard_name": "KF87",
|
||||
"manufacturer": "FJLaboratories",
|
||||
"url": "http://www.fjlaboratories.com/",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x0006",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_tkl_all": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1012 // Kyuu Hotswap
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT Kyuu Hotswap
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "BKS65",
|
||||
"keyboard_name": "Kyuu Hotswap",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.bolsakeyboardsupply.com",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1012",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_65_ansi_blocker_badge": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x0002 // LDK65
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT LDK65
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "LDK65",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.bolsakeyboardsupply.com",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x0002",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_65_ansi": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1002 // Midway60
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT Midway60
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Midway60",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.bolsakeyboardsupply.com",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1002",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1011 // mk61-rgb-ansi
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER Mechanical Keyboards LLC
|
||||
#define PRODUCT MK61-RGB-ANSI
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "MK61-RGB-ANSI",
|
||||
"manufacturer": "Mechanical Keyboards LLC",
|
||||
"url": "https://www.fjlaboratories.com/",
|
||||
"maintainer": "Mechanical Keyboards, LLC",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1011",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_60_ansi": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLaboratories
|
||||
#define PRODUCT_ID 0x9001 // Polaris HS and Solder
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLaboratories
|
||||
#define PRODUCT Polaris
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Polaris Hotswap and Solder",
|
||||
"keyboard_name": "Polaris",
|
||||
"manufacturer": "FJLaboratories",
|
||||
"url": "http://www.fjlaboratories.com/projects/",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x9001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1003 // Ready100
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT Ready100
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Ready100",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.ready100.com",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1003",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_64key": "LAYOUT_64_ansi"
|
||||
},
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1022 // Sinanju
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT Sinanju
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Sinanju",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.fjlaboratories.com",
|
||||
"maintainer": "mrnoisytiger",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1022",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_60_ansi_wkl": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLaboratories
|
||||
#define PRODUCT_ID 0x0017 // Solanis
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLaboratories
|
||||
#define PRODUCT Solanis
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 17
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Solanis",
|
||||
"manufacturer": "FJLaboratories",
|
||||
"url": "http://www.fjlaboratories.com/",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x0017",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLaboratories
|
||||
#define PRODUCT_ID 0x0024 // Swordfish
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLaboratories
|
||||
#define PRODUCT Swordfish
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Swordfish PCBs",
|
||||
"keyboard_name": "Swordfish",
|
||||
"manufacturer": "FJLaboratories",
|
||||
"url": "http://www.fjlaboratories.com/",
|
||||
"maintainer": "mrnoisytiger",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x0024",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_alice_all": {
|
||||
"layout": [{"x":18.33, "y":0.142}, {"x":2.37, "y":0.27}, {"x":3.37, "y":0.27}, {"x":14.13, "y":0.27}, {"x":15.13, "y":0.27}, {"x":17.13, "y":0.27}, {"x":16.13, "y":0.27}, {"x":18.45, "y":1.142}, {"x":2.24, "y":1.28, "w":1.5}, {"x":3.74, "y":1.28}, {"x":13.75, "y":1.28}, {"x":14.75, "y":1.28}, {"x":15.75, "y":1.28}, {"x":16.75, "y":1.28, "w":1.5}, {"x":18.61, "y":2.142}, {"x":2.1, "y":2.28, "w":1.75}, {"x":3.85, "y":2.28}, {"x":14.16, "y":2.28}, {"x":15.16, "y":2.28}, {"x":16.16, "y":2.28, "w":2.25}, {"x":1.95, "y":3.28, "w":2.25}, {"x":4.2, "y":3.28}, {"x":13.81, "y":3.28}, {"x":14.81, "y":3.28}, {"x":15.81, "y":3.28, "w":1.75}, {"x":17.77, "y":3.48}, {"x":1.95, "y":4.28, "w":1.25}, {"x":3.2, "y":4.28, "w":1.25}, {"x":14.06, "y":4.28, "w":1.25}, {"x":15.31, "y":4.28, "w":1.25}, {"x":16.77, "y":4.475}, {"x":17.77, "y":4.475}, {"x":18.77, "y":4.475}, {"x":0, "y":5.28}, {"x":1, "y":5.28}, {"x":2, "y":5.28}, {"x":3, "y":5.28}, {"x":4, "y":5.28}, {"x":0.5, "y":6.28}, {"x":1.5, "y":6.28}, {"x":2.5, "y":6.28}, {"x":3.5, "y":6.28}, {"x":0.75, "y":7.28}, {"x":1.75, "y":7.28}, {"x":2.75, "y":7.28}, {"x":3.75, "y":7.28}, {"x":1.25, "y":8.28}, {"x":2.25, "y":8.28}, {"x":3.25, "y":8.28}, {"x":4.25, "y":8.28}, {"x":1.25, "y":9.28, "w":1.25}, {"x":2.5, "y":9.28, "w":2.75}, {"x":-4.5, "y":10.08}, {"x":-3.5, "y":10.08}, {"x":-2.5, "y":10.08}, {"x":-1.5, "y":10.08}, {"x":-5.0, "y":11.08}, {"x":-4, "y":11.08}, {"x":-3.0, "y":11.08}, {"x":-2, "y":11.08}, {"x":-4.75, "y":12.08}, {"x":-3.75, "y":12.08}, {"x":-2.75, "y":12.08}, {"x":-1.75, "y":12.08}, {"x":-5.25, "y":13.08}, {"x":-4.25, "y":13.08}, {"x":-3.25, "y":13.08}, {"x":-2.25, "y":13.08}, {"x":-5.25, "y":14.08, "w":2.25}, {"x":-3.0, "y":14.08, "w":1.25}]
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1004 // tf60ansi
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT TF60ANSI
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "TF60 ANSI",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.fjlaboratories.com/",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1004",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_60_ansi": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1005 // tf60v2
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT TF60v2
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "TF60 RGB V2",
|
||||
"keyboard_name": "TF60 V2",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.fjlaboratories.com/",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1005",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_60_ansi_arrow": {
|
||||
"layout": [
|
||||
|
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x7074 // FJLabs
|
||||
#define PRODUCT_ID 0x1007 // tf60v2
|
||||
#define DEVICE_VER 0x0001 // Version 1
|
||||
#define MANUFACTURER FJLabs
|
||||
#define PRODUCT TF65RGBv2
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "TF65 RGB V2",
|
||||
"manufacturer": "FJLabs",
|
||||
"url": "https://www.fjlaboratories.com/",
|
||||
"maintainer": "FJLabs",
|
||||
"usb": {
|
||||
"vid": "0x7074",
|
||||
"pid": "0x1007",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_65_ansi": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user