Skip to content

Commit a8744b1

Browse files
authored
Move keyboard USB IDs and strings to data driven: S (#17889)
1 parent b40c031 commit a8744b1

File tree

227 files changed

+704
-825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+704
-825
lines changed

keyboards/salicylic_acid3/7splus/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#include "config_common.h"
2121

22-
/* USB Device descriptor parameter */
23-
#define VENDOR_ID 0x04D8
24-
#define PRODUCT_ID 0xEAE7
25-
#define DEVICE_VER 0x0001
26-
#define MANUFACTURER Salicylic_Acid
27-
#define PRODUCT 7splus
28-
2922
/* key matrix size */
3023
#define MATRIX_ROWS 14
3124
#define MATRIX_COLS 8

keyboards/salicylic_acid3/7splus/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "7splus",
3+
"manufacturer": "Salicylic_Acid",
34
"url": "https://salicylic-acid3.hatenablog.com/",
45
"maintainer": "Salicylic_acid3",
6+
"usb": {
7+
"vid": "0x04D8",
8+
"pid": "0xEAE7",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [

keyboards/salicylic_acid3/ajisai74/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#include "config_common.h"
2121

22-
/* USB Device descriptor parameter */
23-
#define VENDOR_ID 0x04D8
24-
#define PRODUCT_ID 0xEB54
25-
#define DEVICE_VER 0x0001
26-
#define MANUFACTURER Salicylic_Acid
27-
#define PRODUCT ajisai74
28-
2922
/* key matrix size */
3023
#define MATRIX_ROWS 10
3124
#define MATRIX_COLS 9

keyboards/salicylic_acid3/ajisai74/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "ajisai74",
3+
"manufacturer": "Salicylic_Acid",
34
"url": "https://salicylic-acid3.hatenablog.com/",
45
"maintainer": "Salicylic_acid3",
6+
"usb": {
7+
"vid": "0x04D8",
8+
"pid": "0xEB54",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [

keyboards/salicylic_acid3/ergoarrows/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#include "config_common.h"
2121

22-
/* USB Device descriptor parameter */
23-
#define VENDOR_ID 0x04D8
24-
#define PRODUCT_ID 0xEA54
25-
#define DEVICE_VER 0x0001
26-
#define MANUFACTURER Salicylic_Acid
27-
#define PRODUCT ergoarrows
28-
2922
/* key matrix size */
3023
#define MATRIX_ROWS 12
3124
#define MATRIX_COLS 7

keyboards/salicylic_acid3/ergoarrows/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "ergoarrows",
3+
"manufacturer": "Salicylic_Acid",
34
"url": "https://salicylic-acid3.hatenablog.com/",
45
"maintainer": "Salicylic_acid3",
6+
"usb": {
7+
"vid": "0x04D8",
8+
"pid": "0xEA54",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [

keyboards/salicylic_acid3/nafuda/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2020

2121
#include "config_common.h"
2222

23-
/* USB Device descriptor parameter */
24-
#define VENDOR_ID 0xFEED
25-
#define PRODUCT_ID 0x3060
26-
#define DEVICE_VER 0x0012
27-
#define MANUFACTURER Salicylic_Acid
28-
#define PRODUCT nafuda
29-
3023
/* key matrix size */
3124
#define MATRIX_ROWS 3
3225
#define MATRIX_COLS 3

keyboards/salicylic_acid3/nafuda/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "nafuda",
3+
"manufacturer": "Salicylic_Acid",
34
"url": "https://salicylic-acid3.hatenablog.com/",
45
"maintainer": "Salicylic_acid3",
6+
"usb": {
7+
"vid": "0xFEED",
8+
"pid": "0x3060",
9+
"device_version": "0.1.2"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [

keyboards/salicylic_acid3/nknl7en/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#include "config_common.h"
2121

22-
/* USB Device descriptor parameter */
23-
#define VENDOR_ID 0x04D8
24-
#define PRODUCT_ID 0xEA56
25-
#define DEVICE_VER 0x0001
26-
#define MANUFACTURER Salicylic_Acid
27-
#define PRODUCT nknl7en
28-
2922
/* key matrix size */
3023
#define MATRIX_ROWS 10
3124
#define MATRIX_COLS 9

keyboards/salicylic_acid3/nknl7en/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "nknl7en",
3+
"manufacturer": "Salicylic_Acid",
34
"url": "https://salicylic-acid3.hatenablog.com/",
45
"maintainer": "Salicylic_acid3",
6+
"usb": {
7+
"vid": "0x04D8",
8+
"pid": "0xEA56",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [

keyboards/salicylic_acid3/nknl7jp/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#include "config_common.h"
2121

22-
/* USB Device descriptor parameter */
23-
#define VENDOR_ID 0x04D8
24-
#define PRODUCT_ID 0xEA55
25-
#define DEVICE_VER 0x0001
26-
#define MANUFACTURER Salicylic_Acid
27-
#define PRODUCT nknl7jp
28-
2922
/* key matrix size */
3023
#define MATRIX_ROWS 10
3124
#define MATRIX_COLS 9

keyboards/salicylic_acid3/nknl7jp/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "nknl7jp",
3+
"manufacturer": "Salicylic_Acid",
34
"url": "https://salicylic-acid3.hatenablog.com/",
45
"maintainer": "Salicylic_acid3",
6+
"usb": {
7+
"vid": "0x04D8",
8+
"pid": "0xEA55",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [

keyboards/sam/s80/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818

1919
#include "config_common.h"
2020

21-
/* USB Device descriptor parameter */
22-
#define VENDOR_ID 0x534D
23-
#define PRODUCT_ID 0x3830
24-
#define DEVICE_VER 0x0001
25-
#define MANUFACTURER Sam
26-
#define PRODUCT s80
27-
2821
/* key matrix size */
2922
#define MATRIX_ROWS 11
3023
#define MATRIX_COLS 9

keyboards/sam/s80/info.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
"keyboard_name": "s80 wkl",
2+
"keyboard_name": "s8",
3+
"manufacturer": "Sam",
34
"url": "",
45
"maintainer": "qmk",
6+
"usb": {
7+
"vid": "0x534D",
8+
"pid": "0x3830",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [

keyboards/sam/sg81m/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818

1919
#include "config_common.h"
2020

21-
/* USB Device descriptor parameter */
22-
#define VENDOR_ID 0x534D //SM
23-
#define PRODUCT_ID 0x3831 //81
24-
#define DEVICE_VER 0x0001
25-
#define MANUFACTURER Sam
26-
#define PRODUCT SG81M
27-
2821
/* key matrix size */
2922
#define MATRIX_ROWS 6
3023
#define MATRIX_COLS 14

keyboards/sam/sg81m/info.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
"keyboard_name": "sam sg81m",
2+
"keyboard_name": "SG81M",
3+
"manufacturer": "Sam",
34
"url": "",
45
"maintainer": "CMMS-Freather",
6+
"usb": {
7+
"vid": "0x534D",
8+
"pid": "0x3831",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT_7u_space": {
713
"layout": [

keyboards/sanctified/dystopia/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818

1919
#include "config_common.h"
2020

21-
/* USB Device descriptor parameter */
22-
#define VENDOR_ID 0x5357 // "SW"
23-
#define PRODUCT_ID 0x0001 // First public keyboard
24-
#define DEVICE_VER 0x0001 // Version 1
25-
#define MANUFACTURER Sanctified.Works
26-
#define PRODUCT Dystopia
27-
2821
/* Key Matrix Size */
2922
#define MATRIX_ROWS 5
3023
#define MATRIX_COLS 14

keyboards/sanctified/dystopia/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "Dystopia",
3+
"manufacturer": "Sanctified.Works",
34
"url": "",
45
"maintainer": "Sanctified",
6+
"usb": {
7+
"vid": "0x5357",
8+
"pid": "0x0001",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT_split_bs": {
713
"layout": [

keyboards/sandwich/keeb68/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#include "config_common.h"
2121

22-
/* USB Device descriptor parameter */
23-
#define VENDOR_ID 0xFEED
24-
#define PRODUCT_ID 0x0000
25-
#define DEVICE_VER 0x0001
26-
#define MANUFACTURER sandwich
27-
#define PRODUCT Keeb68 (Patron Saint Edition)
28-
2922
/* key matrix size */
3023
#define MATRIX_ROWS 5
3124
#define MATRIX_COLS 14

keyboards/sandwich/keeb68/info.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
"keyboard_name": "Keeb68 (PSE)",
2+
"keyboard_name": "Keeb68 (Patron Saint Edition)",
3+
"manufacturer": "sandwich",
34
"url": "",
45
"maintainer": "SandwichRising",
6+
"usb": {
7+
"vid": "0xFEED",
8+
"pid": "0x0000",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT_65_ansi": {
713
"layout": [

keyboards/satt/comet46/config.h

-8
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#include "config_common.h"
2121

22-
/* USB Device descriptor parameter */
23-
24-
#define VENDOR_ID 0xFEED
25-
#define PRODUCT_ID 0x6060
26-
#define DEVICE_VER 0x0001
27-
#define MANUFACTURER SatT
28-
#define PRODUCT Comet46
29-
3022
/* key matrix size */
3123
#define MATRIX_ROWS 5
3224
#define MATRIX_COLS 10

keyboards/satt/comet46/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "Comet46",
3+
"manufacturer": "SatT",
34
"url": "",
45
"maintainer": "SatT",
6+
"usb": {
7+
"vid": "0xFEED",
8+
"pid": "0x6060",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [

keyboards/satt/vision/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
#pragma once
1919

20-
/* USB Device descriptor parameter */
21-
#define VENDOR_ID 0x5454
22-
#define PRODUCT_ID 0x5649
23-
#define DEVICE_VER 0x0001
24-
#define MANUFACTURER SatT
25-
#define PRODUCT Vision
26-
2720
/* key matrix size */
2821
#define MATRIX_ROWS 4
2922
#define MATRIX_COLS 14

keyboards/satt/vision/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"keyboard_name": "Vision",
3+
"manufacturer": "SatT",
34
"url": "",
45
"maintainer": "SatT",
6+
"usb": {
7+
"vid": "0x5454",
8+
"pid": "0x5649",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT": {
713
"layout": [{"label":"PgUp", "x":0, "y":0}, {"label":"Esc", "x":1.25, "y":0}, {"label":"Q", "x":2.25, "y":0}, {"label":"W", "x":3.25, "y":0}, {"label":"E", "x":4.25, "y":0}, {"label":"R", "x":5.25, "y":0}, {"label":"T", "x":6.25, "y":0}, {"label":"Y", "x":9, "y":0}, {"label":"U", "x":10, "y":0}, {"label":"I", "x":11, "y":0}, {"label":"O", "x":12, "y":0}, {"label":"P", "x":13, "y":0}, {"label":"Back", "x":14, "y":0}, {"label":"Del", "x":15, "y":0}, {"label":"PgDn", "x":0, "y":1}, {"label":"Tab", "x":1.25, "y":1, "w":1.25}, {"label":"A", "x":2.5, "y":1}, {"label":"S", "x":3.5, "y":1}, {"label":"D", "x":4.5, "y":1}, {"label":"F", "x":5.5, "y":1}, {"label":"G", "x":6.5, "y":1}, {"label":"H", "x":9.25, "y":1}, {"label":"J", "x":10.25, "y":1}, {"label":"K", "x":11.25, "y":1}, {"label":"L", "x":12.25, "y":1}, {"label":":", "x":13.25, "y":1}, {"label":"\"", "x":14.25, "y":1, "w":1.75}, {"label":"Shift", "x":1.25, "y":2, "w":1.75}, {"label":"Z", "x":3, "y":2}, {"label":"X", "x":4, "y":2}, {"label":"C", "x":5, "y":2}, {"label":"V", "x":6, "y":2}, {"label":"B", "x":7, "y":2}, {"label":"B", "x":8.75, "y":2}, {"label":"N", "x":9.75, "y":2}, {"label":"M", "x":10.75, "y":2}, {"label":"<", "x":11.75, "y":2}, {"label":">", "x":12.75, "y":2}, {"label":"?", "x":13.75, "y":2, "w":1.25}, {"label":"Adjust", "x":15, "y":2}, {"label":"Win", "x":1.25, "y":3, "w":1.5}, {"label":"Alt", "x":3.75, "y":3, "w":1.5}, {"label":"Lower", "x":5.25, "y":3, "w":2}, {"x":7.25, "y":3}, {"label":"Raise", "x":8.75, "y":3, "w":1.75}, {"label":"Enter", "x":10.5, "y":3}, {"label":"Alt", "x":11.5, "y":3, "w":1.5}, {"label":"Ctrl", "x":14.5, "y":3, "w":1.5}]

keyboards/sauce/mild/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818

1919
#include "config_common.h"
2020

21-
/* USB Device descriptor parameter */
22-
#define VENDOR_ID 0x8367 // "SC"
23-
#define PRODUCT_ID 0x7783 // "MS"
24-
#define DEVICE_VER 0x0001
25-
#define MANUFACTURER Sauce
26-
#define PRODUCT Mild
27-
2821
/* key matrix size */
2922
#define MATRIX_ROWS 6
3023
#define MATRIX_COLS 17

keyboards/sauce/mild/info.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
"keyboard_name": "Sauce - Mild",
2+
"keyboard_name": "Mild",
3+
"manufacturer": "Sauce",
34
"url": "",
45
"maintainer": "Sauce",
6+
"usb": {
7+
"vid": "0x8367",
8+
"pid": "0x7783",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT_all": {
713
"layout": [

keyboards/sawnsprojects/amber80/solder/config.h

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818

1919
#include "config_common.h"
2020

21-
/* USB Device descriptor parameter */
22-
#define VENDOR_ID 0x5350
23-
#define PRODUCT_ID 0xA801
24-
#define DEVICE_VER 0x0001
25-
#define MANUFACTURER SawnsProjects X Yuutsu X Zlane
26-
#define PRODUCT Amber80 Solder
27-
2821
/* key matrix size */
2922
#define MATRIX_ROWS 12
3023
#define MATRIX_COLS 9

keyboards/sawnsprojects/amber80/solder/info.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
"keyboard_name": "Amber80 SOLDER",
2+
"keyboard_name": "Amber80 Solder",
3+
"manufacturer": "SawnsProjects X Yuutsu X Zlane",
34
"url": "",
45
"maintainer": "SawnsProjects",
6+
"usb": {
7+
"vid": "0x5350",
8+
"pid": "0xA801",
9+
"device_version": "0.0.1"
10+
},
511
"layouts": {
612
"LAYOUT_all": {
713
"layout": [

0 commit comments

Comments
 (0)