Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)
parent
835c971f78
commit
201a914beb
@ -0,0 +1,6 @@ |
||||
{ |
||||
"keyboard_name": "P20 ver1", |
||||
"usb": { |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"keyboard_name": "P20 ver2", |
||||
"usb": { |
||||
"device_version": "0.0.2" |
||||
} |
||||
} |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"keyboard_name": "Planck EZ", |
||||
"usb": { |
||||
"pid": "0xC6CE" |
||||
} |
||||
} |
@ -1,25 +0,0 @@ |
||||
/* Copyright 2018 Jack Humbert <jack.humb@gmail.com>
|
||||
* Copyright 2015 ZSA Technology Labs Inc (@zsa) |
||||
* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> |
||||
* |
||||
* 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 |
||||
|
||||
#undef PRODUCT_ID |
||||
#define PRODUCT_ID 0xC6CF |
||||
|
||||
#undef PRODUCT |
||||
#define PRODUCT Planck EZ Glow |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"keyboard_name": "Planck EZ Glow", |
||||
"usb": { |
||||
"pid": "0xC6CF" |
||||
} |
||||
} |
@ -1,4 +0,0 @@ |
||||
#pragma once |
||||
|
||||
#define PRODUCT_ID 0xAE01 |
||||
#define DEVICE_VER 0x0001 |
@ -1,4 +0,0 @@ |
||||
#pragma once |
||||
|
||||
#define PRODUCT_ID 0xAE01 |
||||
#define DEVICE_VER 0x0002 |
@ -1,4 +0,0 @@ |
||||
#pragma once |
||||
|
||||
#define PRODUCT_ID 0xAE01 |
||||
#define DEVICE_VER 0x0003 |
@ -1,4 +0,0 @@ |
||||
#pragma once |
||||
|
||||
#define PRODUCT_ID 0xAE01 |
||||
#define DEVICE_VER 0x0004 |
@ -1,4 +0,0 @@ |
||||
#pragma once |
||||
|
||||
#define PRODUCT_ID 0xAE01 |
||||
#define DEVICE_VER 0x0005 |
@ -1,23 +0,0 @@ |
||||
/*
|
||||
Copyright 2017 Jack Humbert <jack.humb@gmail.com> |
||||
|
||||
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 |
||||
|
||||
#include "config_common.h" |
||||
|
||||
#define DEVICE_VER 0x0001 |
||||
#define PRODUCT_ID 0x67F3 |
@ -0,0 +1,9 @@ |
||||
{ |
||||
"keyboard_name": "Preonic", |
||||
"manufacturer": "OLKB", |
||||
"usb": { |
||||
"vid": "0x03A8", |
||||
"pid": "0x67F3", |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -1,23 +0,0 @@ |
||||
/*
|
||||
Copyright 2017 Jack Humbert <jack.humb@gmail.com> |
||||
|
||||
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 |
||||
|
||||
#include "config_common.h" |
||||
|
||||
#define DEVICE_VER 0x0002 |
||||
#define PRODUCT_ID 0x67F3 |
@ -0,0 +1,9 @@ |
||||
{ |
||||
"keyboard_name": "Preonic", |
||||
"manufacturer": "OLKB", |
||||
"usb": { |
||||
"vid": "0x03A8", |
||||
"pid": "0x67F3", |
||||
"device_version": "0.0.2" |
||||
} |
||||
} |
@ -0,0 +1,7 @@ |
||||
{ |
||||
"keyboard_name": "Prime_E RGB", |
||||
"usb": { |
||||
"pid": "0x0052", |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -0,0 +1,7 @@ |
||||
{ |
||||
"keyboard_name": "Prime_E", |
||||
"usb": { |
||||
"pid": "0x0051", |
||||
"device_version": "0.0.1" |
||||
} |
||||
} |
@ -1,19 +0,0 @@ |
||||
/*
|
||||
Copyright 2020 melonbred |
||||
|
||||
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/>.
|
||||
*/ |
||||
|
||||
#define PRODUCT_ID 0xF10C |
||||
#define PRODUCT Program Yoink! Ortho |
@ -1,19 +0,0 @@ |
||||
/*
|
||||
Copyright 2020 melonbred |
||||
|
||||
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/>.
|
||||
*/ |
||||
|
||||
#define PRODUCT_ID 0xF10B |
||||
#define PRODUCT Program Yoink! Staggered |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"pid": "0x00FF" |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"pid": "0x10FF" |
||||
} |
||||
} |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "Ratio65_HotSwap", |
||||
"keyboard_name": "Ratio65 Hotswap Rev A", |
||||
"manufacturer": "4pplet", |
||||
"url": "", |
||||
"maintainer": "4pplet", |
||||
"usb": { |
||||
"vid": "0x4446", |
||||
"pid": "0x0001", |
||||
"device_version": "0.0.1" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT_all": { |
||||
"layout": [{"label":"Esc", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"Backspace", "x":13, "y":0, "w":2}, {"label":"Delete", "x":15, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Insert", "x":15, "y":1}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"PgUp", "x":15, "y":2}, {"label":"Shift", "x":0, "y":3, "w":2.25}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"\u2191", "x":14, "y":3}, {"label":"PgDn", "x":15, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"label":"Win", "x":10, "y":4, "w":1.25}, {"label":"Fn", "x":11.25, "y":4, "w":1.25}, {"label":"\u2190", "x":13, "y":4}, {"label":"\u2193", "x":14, "y":4}, {"label":"\u2192", "x":15, "y":4}] |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "Ratio65_Solder", |
||||
"keyboard_name": "Ratio65 Solder Rev A", |
||||
"manufacturer": "4pplet", |
||||
"url": "", |
||||
"maintainer": "4pplet", |
||||
"usb": { |
||||
"vid": "0x4446", |
||||
"pid": "0x0002", |
||||
"device_version": "0.0.1" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT_all": { |
||||
"layout": [{"label":"Esc", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"~", "x":13, "y":0}, {"label":"Back", "x":14, "y":0}, {"label":"Del", "x":15, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Insert", "x":15, "y":1}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Nuhs", "x":12.75, "y":2}, {"label":"Enter", "x":13.75, "y":2, "w":1.25}, {"label":"PgUp", "x":15, "y":2}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"label":"Nubs", "x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"\u2191", "x":14, "y":3}, {"label":"PgDn", "x":15, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"label":"Win", "x":10, "y":4, "w":1.25}, {"label":"Fn", "x":11.25, "y":4, "w":1.25}, {"label":"\u2190", "x":13, "y":4}, {"label":"\u2193", "x":14, "y":4}, {"label":"\u2192", "x":15, "y":4}] |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "1.0.0" |
||||
} |
||||
} |
@ -1,7 +1,13 @@ |
||||
{ |
||||
"keyboard_name": "Redox", |
||||
"manufacturer": "Falbatech", |
||||
"url": "", |
||||
"maintainer": "qmk", |
||||
"usb": { |
||||
"vid": "0x4D44", |
||||
"pid": "0x5244", |
||||
"device_version": "1.0.0" |
||||
}, |
||||
"layouts": { |
||||
"LAYOUT": { |
||||
"layout": [ |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"usb": { |
||||
"device_version": "1.0.1" |
||||
} |
||||
} |
@ -0,0 +1 @@ |
||||
DEFAULT_FOLDER = redox/rev1/base
|
@ -1,12 +0,0 @@ |
||||
/*
|
||||
* ---------------------------------------------------------------------------- |
||||
* "THE BEER-WARE LICENSE" (Revision 42): |
||||
* <https://github.com/Legonut> wrote this file. As long as you retain this
|
||||
* notice you can do whatever you want with this stuff. If we meet some day, and |
||||
* you think this stuff is worth it, you can buy me a beer in return. David Rauseo |
||||
* ---------------------------------------------------------------------------- |
||||
*/ |
||||
|
||||
#pragma once |
||||
|
||||
#define DEVICE_VER 0x0001 |
@ -1,12 +0,0 @@ |
||||
/*
|
||||
* ---------------------------------------------------------------------------- |
||||
* "THE BEER-WARE LICENSE" (Revision 42): |
||||
* <https://github.com/Legonut> wrote this file. As long as you retain this
|
||||
* notice you can do whatever you want with this stuff. If we meet some day, and |
||||
* you think this stuff is worth it, you can buy me a beer in return. David Rauseo |
||||
* ---------------------------------------------------------------------------- |
||||
*/ |
||||
|
||||
#pragma once |
||||
|
||||
#define DEVICE_VER 0x0001 |
Loading…
Reference in new issue