1
0
Fork 0

Move keyboard USB IDs and strings to data driven: J (#17837)

This commit is contained in:
Ryan 2022-07-29 22:49:01 +10:00 committed by GitHub
parent bcb8600a31
commit 394cf7c41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 127 additions and 143 deletions

View file

@ -18,13 +18,6 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xA13B // Hexidecimal A13B will be Jacky's vendor ID
#define PRODUCT_ID 0x0007
#define DEVICE_VER 0x0001
#define MANUFACTURER jacky
#define PRODUCT S7 Elephant
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 16

View file

@ -1,7 +1,13 @@
{
"keyboard_name": "S7 Elephant",
"keyboard_name": "S7 Elephant Rev1",
"manufacturer": "Jacky",
"url": "https://geekhack.org/index.php?topic=96434.0",
"maintainer": "qmk",
"usb": {
"vid": "0xA13B",
"pid": "0x0007",
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_ansi": {
"layout": [

View file

@ -18,13 +18,6 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xA13B // Hexidecimal A13B will be Jacky's vendor ID
#define PRODUCT_ID 0x0008 // 8 for S7++
#define DEVICE_VER 0x0002
#define MANUFACTURER Jacky
#define PRODUCT Jacky S7 Elephant Rev 2
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 16

View file

@ -1,7 +1,13 @@
{
"keyboard_name": "S7 Elephant Rev2",
"manufacturer": "Jacky",
"url": "https://geekhack.org/index.php?topic=103148.0",
"maintainer": "qmk",
"usb": {
"vid": "0xA13B",
"pid": "0x0008",
"device_version": "0.0.2"
},
"layouts": {
"LAYOUT_all": {
"layout": [