Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)
parent
201a914beb
commit
f4dcce7e59
@ -1,5 +0,0 @@ |
|||||||
#pragma once |
|
||||||
|
|
||||||
#include "config_common.h" |
|
||||||
|
|
||||||
#define DEVICE_VER 0x2017 |
|
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"usb": { |
||||||
|
"device_version": "20.1.7" |
||||||
|
} |
||||||
|
} |
@ -1,7 +1,13 @@ |
|||||||
{ |
{ |
||||||
"keyboard_name": "Rhymestone", |
"keyboard_name": "Rhymestone", |
||||||
|
"manufacturer": "marksard", |
||||||
"url": "https://github.com/marksard/Keyboards", |
"url": "https://github.com/marksard/Keyboards", |
||||||
"maintainer": "marksard", |
"maintainer": "marksard", |
||||||
|
"usb": { |
||||||
|
"vid": "0xFEED", |
||||||
|
"pid": "0xDFA1", |
||||||
|
"device_version": "0.2.0" |
||||||
|
}, |
||||||
"layouts": { |
"layouts": { |
||||||
"LAYOUT_ortho_4x10": { |
"LAYOUT_ortho_4x10": { |
||||||
"layout": [ |
"layout": [ |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "treadstone32 lite", |
||||||
|
"usb": { |
||||||
|
"device_version": "0.1.5" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "treadstone32", |
||||||
|
"usb": { |
||||||
|
"device_version": "0.1.0" |
||||||
|
} |
||||||
|
} |
@ -1,7 +1,13 @@ |
|||||||
{ |
{ |
||||||
"keyboard_name": "Classy TKL", |
"keyboard_name": "Classy TKL", |
||||||
|
"manufacturer": "Masterworks", |
||||||
"url": "https://geekhack.org/index.php?topic=105933", |
"url": "https://geekhack.org/index.php?topic=105933", |
||||||
"maintainer": "qmk", |
"maintainer": "qmk", |
||||||
|
"usb": { |
||||||
|
"vid": "0x4D57", |
||||||
|
"pid": "0x0001", |
||||||
|
"device_version": "0.0.1" |
||||||
|
}, |
||||||
"layouts": { |
"layouts": { |
||||||
"LAYOUT_all": { |
"LAYOUT_all": { |
||||||
"layout": [ |
"layout": [ |
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"usb": { |
||||||
|
"device_version": "0.0.1" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"usb": { |
||||||
|
"device_version": "0.0.2" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Adelais En Ciel", |
||||||
|
"usb": { |
||||||
|
"pid": "0xAEC1" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Adelais En Ciel Rev2", |
||||||
|
"usb": { |
||||||
|
"pid": "0xAEC2" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Adelais En Ciel Rev3", |
||||||
|
"usb": { |
||||||
|
"pid": "0xAEC3" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Adelais" |
||||||
|
} |
@ -1,3 +0,0 @@ |
|||||||
#pragma once |
|
||||||
|
|
||||||
#define PRODUCT_ID 0xAD01 |
|
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"usb": { |
||||||
|
"pid": "0xAD01" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"usb": { |
||||||
|
"pid": "0xAD02" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"usb": { |
||||||
|
"pid": "0xAD03" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Adelais AVR", |
||||||
|
"usb": { |
||||||
|
"pid": "0xAD04" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"usb": { |
||||||
|
"pid": "0xDEF1", |
||||||
|
"device_version": "0.0.1" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"usb": { |
||||||
|
"pid": "0xDEF2", |
||||||
|
"device_version": "0.0.1" |
||||||
|
} |
||||||
|
} |
@ -1,22 +0,0 @@ |
|||||||
/*
|
|
||||||
Copyright 2021 Mechlovin' Studio |
|
||||||
|
|
||||||
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 0x6500 |
|
||||||
#define DEVICE_VER 0x0001 |
|
||||||
#define PRODUCT Haus Rev. 1 |
|
@ -1,7 +1,13 @@ |
|||||||
{ |
{ |
||||||
"keyboard_name": "hannah65-rev1", |
"keyboard_name": "Haus Rev. 1", |
||||||
|
"manufacturer": "Team Mechlovin", |
||||||
"url": "", |
"url": "", |
||||||
"maintainer": "Team Mechlovin", |
"maintainer": "Team Mechlovin", |
||||||
|
"usb": { |
||||||
|
"vid": "0x4D4C", |
||||||
|
"pid": "0x6500", |
||||||
|
"device_version": "0.0.1" |
||||||
|
}, |
||||||
"layouts": { |
"layouts": { |
||||||
"LAYOUT_all": { |
"LAYOUT_all": { |
||||||
"layout": [ |
"layout": [ |
@ -1,6 +1,3 @@ |
|||||||
#pragma once |
#pragma once |
||||||
|
|
||||||
#define PRODUCT_ID 0x9101 |
|
||||||
#define DEVICE_VER 0x0001 |
|
||||||
|
|
||||||
#define RGBLED_NUM 9 |
#define RGBLED_NUM 9 |
@ -1,6 +1,3 @@ |
|||||||
#pragma once |
#pragma once |
||||||
|
|
||||||
#define PRODUCT_ID 0x9102 |
|
||||||
#define DEVICE_VER 0x0002 |
|
||||||
|
|
||||||
#define RGBLED_NUM 28 |
#define RGBLED_NUM 28 |
@ -1,6 +1,3 @@ |
|||||||
#pragma once |
#pragma once |
||||||
|
|
||||||
#define PRODUCT_ID 0x9103 |
|
||||||
#define DEVICE_VER 0x0002 |
|
||||||
|
|
||||||
#define RGBLED_NUM 28 |
#define RGBLED_NUM 28 |
||||||
|
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Hex-4B Rev.1", |
||||||
|
"usb": { |
||||||
|
"device_version": "0.0.1" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Hex-4B Rev.2", |
||||||
|
"usb": { |
||||||
|
"device_version": "0.0.2" |
||||||
|
} |
||||||
|
} |
@ -1,21 +0,0 @@ |
|||||||
/* Copyright 2020 Team Mechlovin'
|
|
||||||
* |
|
||||||
* 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 0x8704 |
|
||||||
#define DEVICE_VER 0x0001 |
|
||||||
#define PRODUCT Rogue87 Rev.1 |
|
@ -1,21 +0,0 @@ |
|||||||
/* Copyright 2020 Team Mechlovin'
|
|
||||||
* |
|
||||||
* 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 0x8703 |
|
||||||
#define DEVICE_VER 0x0001 |
|
||||||
#define PRODUCT Rouge87 Rev.1 |
|
@ -0,0 +1,7 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Mechlovin9", |
||||||
|
"usb": { |
||||||
|
"pid": "0x6509", |
||||||
|
"device_version": "0.0.1" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,7 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Mechlovin9 Rev2", |
||||||
|
"usb": { |
||||||
|
"pid": "0x6509", |
||||||
|
"device_version": "0.0.2" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,7 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "BDE Lefty", |
||||||
|
"usb": { |
||||||
|
"pid": "0x1701", |
||||||
|
"device_version": "2.0.3" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,7 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "BDE Rev2", |
||||||
|
"usb": { |
||||||
|
"pid": "0x170A", |
||||||
|
"device_version": "1.0.1" |
||||||
|
} |
||||||
|
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue