Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)
parent
f4dcce7e59
commit
201f1a8f47
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "7skb", |
||||
"manufacturer": "Salicylic_Acid", |
||||
"url": "https://salicylic-acid3.hatenablog.com/", |
||||
"maintainer": "Salicylic_acid3", |
||||
"usb": { |
||||
"vid": "0x04D8", |
||||
"pid": "0xEB5F", |
||||
"device_version": "0.0.7" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT": { |
||||
"layout": [ |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "Getta25", |
||||
"keyboard_name": "getta25", |
||||
"manufacturer": "Salicylic_Acid", |
||||
"url": "https://salicylic-acid3.hatenablog.com/", |
||||
"maintainer": "Salicylic_acid3", |
||||
"usb": { |
||||
"vid": "0xFEED", |
||||
"pid": "0x3060", |
||||
"device_version": "0.1.3" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT": { |
||||
"layout": [ |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "jisplit89", |
||||
"manufacturer": "Salicylic_Acid", |
||||
"url": "https://salicylic-acid3.hatenablog.com/", |
||||
"maintainer": "Salicylic_acid3", |
||||
"usb": { |
||||
"vid": "0x04D8", |
||||
"pid": "0xEB4F", |
||||
"device_version": "0.0.1" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT": { |
||||
"layout": [ |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "Naked48", |
||||
"keyboard_name": "naked48", |
||||
"manufacturer": "Salicylic_Acid", |
||||
"url": "https://salicylic-acid3.hatenablog.com/", |
||||
"maintainer": "Salicylic_acid3", |
||||
"usb": { |
||||
"vid": "0x04D8", |
||||
"pid": "0xE8BA", |
||||
"device_version": "0.0.1" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT": { |
||||
"layout": [ |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "Naked60", |
||||
"keyboard_name": "naked60", |
||||
"manufacturer": "Salicylic_Acid", |
||||
"url": "https://salicylic-acid3.hatenablog.com/", |
||||
"maintainer": "Salicylic_acid3", |
||||
"usb": { |
||||
"vid": "0x04D8", |
||||
"pid": "0xEB5C", |
||||
"device_version": "0.0.1" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT": { |
||||
"layout": [ |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "Naked64", |
||||
"keyboard_name": "naked64", |
||||
"manufacturer": "Salicylic_Acid", |
||||
"url": "https://salicylic-acid3.hatenablog.com/", |
||||
"maintainer": "Salicylic_acid3", |
||||
"usb": { |
||||
"vid": "0xFEED", |
||||
"pid": "0x3060", |
||||
"device_version": "0.0.3" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT": { |
||||
"layout": [ |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "setta21", |
||||
"manufacturer": "Salicylic_Acid", |
||||
"url": "https://salicylic-acid3.hatenablog.com/", |
||||
"maintainer": "Salicylic_acid3", |
||||
"usb": { |
||||
"vid": "0xFEED", |
||||
"pid": "0x3060", |
||||
"device_version": "0.1.1" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT_numpad_6x4": { |
||||
"layout": [ |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"keyboard_name": "S60-X" |
||||
} |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"keyboard_name": "S60-X-RGB" |
||||
} |
@ -0,0 +1,11 @@ |
||||
{ |
||||
"keyboard_name": "Iron165R2", |
||||
"manufacturer": "SmithRune", |
||||
"url": "", |
||||
"maintainer": "qmk", |
||||
"usb": { |
||||
"vid": "0x8384", |
||||
"pid": "0x1652", |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"keyboard_name": "Kyria rev1", |
||||
"usb": { |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"keyboard_name": "Kyria rev2", |
||||
"usb": { |
||||
"device_version": "0.0.2" |
||||
} |
||||
} |
@ -1,21 +0,0 @@ |
||||
/*
|
||||
Copyright 2021 Studio Kestra |
||||
|
||||
This program is free software: you can redistribute it and/or modify |
||||
it under the terms of the GNU General Public License as published by |
||||
the Free Software Foundation, either version 2 of the License, or |
||||
(at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/ |
||||
|
||||
#pragma once |
||||
|
||||
#define PRODUCT_ID 0x8801 |
||||
#define DEVICE_VER 0x0001 |
@ -1,21 +0,0 @@ |
||||
/*
|
||||
Copyright 2021 Studio Kestra |
||||
|
||||
This program is free software: you can redistribute it and/or modify |
||||
it under the terms of the GNU General Public License as published by |
||||
the Free Software Foundation, either version 2 of the License, or |
||||
(at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/ |
||||
|
||||
#pragma once |
||||
|
||||
#define PRODUCT_ID 0x8802 |
||||
#define DEVICE_VER 0x0002 |
@ -0,0 +1,11 @@ |
||||
{ |
||||
"keyboard_name": "tau4", |
||||
"manufacturer": "taukeyboards", |
||||
"url": "", |
||||
"maintainer": "qmk", |
||||
"usb": { |
||||
"vid": "0xFEED", |
||||
"pid": "0x6060", |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.2" |
||||
} |
||||
} |
@ -0,0 +1,11 @@ |
||||
{ |
||||
"keyboard_name": "JetVan", |
||||
"manufacturer": "evangs", |
||||
"url": "", |
||||
"maintainer": "qmk", |
||||
"usb": { |
||||
"vid": "0xFEAE", |
||||
"pid": "0x8858", |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"keyboard_name": "Grandiceps Split", |
||||
"usb": { |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"keyboard_name": "Grandiceps Split rev2", |
||||
"usb": { |
||||
"device_version": "0.0.2" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.3" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.2" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.2" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.3" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "uzu42", |
||||
"manufacturer": "nrtkbb", |
||||
"url": "https://github.com/nrtkbb/Keyboards/tree/master/uzu42", |
||||
"maintainer": "nrtkbb", |
||||
"usb": { |
||||
"vid": "0xFEED", |
||||
"pid": "0x3060", |
||||
"device_version": "0.0.1" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT": { |
||||
"layout": [ |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"pid": "0x0101" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"pid": "0x0102" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"pid": "0x0301" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"pid": "0x0302" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "0.0.2" |
||||
} |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue