diff options
| author | Ryan <fauxpark@gmail.com> | 2022-08-04 08:05:40 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 08:05:40 +1000 |
| commit | b40c03140e5da1edac2faa2b672a84ea28d0a7c1 (patch) | |
| tree | ebb6eba45162062fcb3d2e327313812fcaf98e33 | |
| parent | 92bcbee22615114286916bbbc4df4256c2818f0d (diff) | |
Move keyboard USB IDs and strings to data driven: R (#17885)
136 files changed, 419 insertions, 486 deletions
diff --git a/keyboards/rabbit/rabbit68/config.h b/keyboards/rabbit/rabbit68/config.h index 9ebd5e55ae..548ab2bb44 100644 --- a/keyboards/rabbit/rabbit68/config.h +++ b/keyboards/rabbit/rabbit68/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x68F1 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Kai Eckert | ||
| 27 | #define PRODUCT Rabbit68 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 14 | 24 | #define MATRIX_COLS 14 |
diff --git a/keyboards/rabbit/rabbit68/info.json b/keyboards/rabbit/rabbit68/info.json index 2f6fcf7e63..a850c3ae05 100644 --- a/keyboards/rabbit/rabbit68/info.json +++ b/keyboards/rabbit/rabbit68/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Rabbit68", | 2 | "keyboard_name": "Rabbit68", |
| 3 | "manufacturer": "Kai Eckert", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "kaiec", | 5 | "maintainer": "kaiec", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x68F1", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rainkeebs/delilah/config.h b/keyboards/rainkeebs/delilah/config.h index d07366a51d..b0ca5cb44d 100644 --- a/keyboards/rainkeebs/delilah/config.h +++ b/keyboards/rainkeebs/delilah/config.h | |||
| @@ -17,13 +17,6 @@ | |||
| 17 | 17 | ||
| 18 | #include "config_common.h" | 18 | #include "config_common.h" |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x726B | ||
| 22 | #define PRODUCT_ID 0x645C | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER rainkeebs | ||
| 25 | #define PRODUCT Delilah | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 4 | 21 | #define MATRIX_ROWS 4 |
| 29 | #define MATRIX_COLS 12 | 22 | #define MATRIX_COLS 12 |
diff --git a/keyboards/rainkeebs/delilah/info.json b/keyboards/rainkeebs/delilah/info.json index d6a378eeba..5600bae870 100644 --- a/keyboards/rainkeebs/delilah/info.json +++ b/keyboards/rainkeebs/delilah/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Delilah", | 2 | "keyboard_name": "Delilah", |
| 3 | "manufacturer": "rainkeebs", | ||
| 3 | "url": "https://www.rainkeebs.mx/product/delilah-keyboard-group-buy", | 4 | "url": "https://www.rainkeebs.mx/product/delilah-keyboard-group-buy", |
| 4 | "maintainer": "rainkeebs", | 5 | "maintainer": "rainkeebs", |
| 6 | "usb": { | ||
| 7 | "vid": "0x726B", | ||
| 8 | "pid": "0x645C", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":6, "y":0}, {"label":"U", "x":7, "y":0}, {"label":"I", "x":8, "y":0}, {"label":"O", "x":9, "y":0}, {"label":"P", "x":10, "y":0}, {"label":"Back<br>Space", "x":11, "y":0, "w":1.25}, {"label":"Tab", "x":0, "y":1, "w":1.25}, {"label":"A", "x":1.25, "y":1}, {"label":"S", "x":2.25, "y":1}, {"label":"D", "x":3.25, "y":1}, {"label":"F", "x":4.25, "y":1}, {"label":"G", "x":5.25, "y":1}, {"label":"H", "x":6.25, "y":1}, {"label":"J", "x":7.25, "y":1}, {"label":"K", "x":8.25, "y":1}, {"label":"L", "x":9.25, "y":1}, {"label":":", "x":10.25, "y":1}, {"label":"Enter", "x":11.25, "y":1}, {"label":"Shift", "x":0, "y":2, "w":1.75}, {"label":"Z", "x":1.75, "y":2}, {"label":"X", "x":2.75, "y":2}, {"label":"C", "x":3.75, "y":2}, {"label":"V", "x":4.75, "y":2}, {"label":"B", "x":5.75, "y":2}, {"label":"N", "x":6.75, "y":2}, {"label":"M", "x":7.75, "y":2}, {"label":"<", "x":8.75, "y":2}, {"label":">", "x":9.75, "y":2}, {"label":"Shift", "x":10.75, "y":2, "w":1.5}, {"label":"Ctrl", "x":0, "y":3, "w":1.25}, {"label":"Win", "x":1.25, "y":3}, {"label":"Alt", "x":2.25, "y":3}, {"label":"225", "x":3.25, "y":3, "w":2.25}, {"label":"275", "x":5.5, "y":3, "w":2.75}, {"label":"Alt", "x":9.0, "y":3}, {"label":"Win", "x":10.0, "y":3}, {"label":"Ctrl", "x":11.0, "y":3, "w":1.25}] | 13 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":6, "y":0}, {"label":"U", "x":7, "y":0}, {"label":"I", "x":8, "y":0}, {"label":"O", "x":9, "y":0}, {"label":"P", "x":10, "y":0}, {"label":"Back<br>Space", "x":11, "y":0, "w":1.25}, {"label":"Tab", "x":0, "y":1, "w":1.25}, {"label":"A", "x":1.25, "y":1}, {"label":"S", "x":2.25, "y":1}, {"label":"D", "x":3.25, "y":1}, {"label":"F", "x":4.25, "y":1}, {"label":"G", "x":5.25, "y":1}, {"label":"H", "x":6.25, "y":1}, {"label":"J", "x":7.25, "y":1}, {"label":"K", "x":8.25, "y":1}, {"label":"L", "x":9.25, "y":1}, {"label":":", "x":10.25, "y":1}, {"label":"Enter", "x":11.25, "y":1}, {"label":"Shift", "x":0, "y":2, "w":1.75}, {"label":"Z", "x":1.75, "y":2}, {"label":"X", "x":2.75, "y":2}, {"label":"C", "x":3.75, "y":2}, {"label":"V", "x":4.75, "y":2}, {"label":"B", "x":5.75, "y":2}, {"label":"N", "x":6.75, "y":2}, {"label":"M", "x":7.75, "y":2}, {"label":"<", "x":8.75, "y":2}, {"label":">", "x":9.75, "y":2}, {"label":"Shift", "x":10.75, "y":2, "w":1.5}, {"label":"Ctrl", "x":0, "y":3, "w":1.25}, {"label":"Win", "x":1.25, "y":3}, {"label":"Alt", "x":2.25, "y":3}, {"label":"225", "x":3.25, "y":3, "w":2.25}, {"label":"275", "x":5.5, "y":3, "w":2.75}, {"label":"Alt", "x":9.0, "y":3}, {"label":"Win", "x":10.0, "y":3}, {"label":"Ctrl", "x":11.0, "y":3, "w":1.25}] |
diff --git a/keyboards/rainkeebs/rainkeeb/config.h b/keyboards/rainkeebs/rainkeeb/config.h index 36c3a5d5bf..f1f6ea5c14 100644 --- a/keyboards/rainkeebs/rainkeeb/config.h +++ b/keyboards/rainkeebs/rainkeeb/config.h | |||
| @@ -17,13 +17,6 @@ | |||
| 17 | 17 | ||
| 18 | #include "config_common.h" | 18 | #include "config_common.h" |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x726B // rk - "rainkeebs" | ||
| 22 | #define PRODUCT_ID 0x726B // rk - "rainkeeb" | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER rainkeebs | ||
| 25 | #define PRODUCT rainkeeb | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 8 | 21 | #define MATRIX_ROWS 8 |
| 29 | #define MATRIX_COLS 6 | 22 | #define MATRIX_COLS 6 |
diff --git a/keyboards/rainkeebs/rainkeeb/info.json b/keyboards/rainkeebs/rainkeeb/info.json index b704d2d43b..b0ced909a6 100644 --- a/keyboards/rainkeebs/rainkeeb/info.json +++ b/keyboards/rainkeebs/rainkeeb/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "rainkeeb", | 2 | "keyboard_name": "rainkeeb", |
| 3 | "manufacturer": "rainkeebs", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "rain", | 5 | "maintainer": "rain", |
| 6 | "usb": { | ||
| 7 | "vid": "0x726B", | ||
| 8 | "pid": "0x726B", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rainkeebs/yasui/config.h b/keyboards/rainkeebs/yasui/config.h index 7d41a9e7f9..438a925096 100644 --- a/keyboards/rainkeebs/yasui/config.h +++ b/keyboards/rainkeebs/yasui/config.h | |||
| @@ -17,13 +17,6 @@ | |||
| 17 | 17 | ||
| 18 | #include "config_common.h" | 18 | #include "config_common.h" |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x726B // rk - "rainkeebs" | ||
| 22 | #define PRODUCT_ID 0x7973 // ys - "yasui" | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER rainkeebs | ||
| 25 | #define PRODUCT yasui | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 4 | 21 | #define MATRIX_ROWS 4 |
| 29 | #define MATRIX_COLS 10 | 22 | #define MATRIX_COLS 10 |
diff --git a/keyboards/rainkeebs/yasui/info.json b/keyboards/rainkeebs/yasui/info.json index 019d4f94fc..b1f44226f0 100644 --- a/keyboards/rainkeebs/yasui/info.json +++ b/keyboards/rainkeebs/yasui/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Yasui", | 2 | "keyboard_name": "Yasui", |
| 3 | "manufacturer": "rainkeebs", | ||
| 3 | "url": "https://www.rainkeebs.mx/product/yasui-keyboard-kit", | 4 | "url": "https://www.rainkeebs.mx/product/yasui-keyboard-kit", |
| 4 | "maintainer": "rainkeebs", | 5 | "maintainer": "rainkeebs", |
| 6 | "usb": { | ||
| 7 | "vid": "0x726B", | ||
| 8 | "pid": "0x7973", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":6, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":5, "y":3}, {"x":6, "y":3}, {"x":7, "y":3}, {"x":8, "y":3}, {"x":9, "y":3}] | 13 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":6, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":5, "y":3}, {"x":6, "y":3}, {"x":7, "y":3}, {"x":8, "y":3}, {"x":9, "y":3}] |
diff --git a/keyboards/ramonimbao/aelith/config.h b/keyboards/ramonimbao/aelith/config.h index a2911dac4f..907acb8ff3 100644 --- a/keyboards/ramonimbao/aelith/config.h +++ b/keyboards/ramonimbao/aelith/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0xE460 | ||
| 25 | #define DEVICE_VER 0x0012 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT AELITH | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/ramonimbao/aelith/info.json b/keyboards/ramonimbao/aelith/info.json index 8dd9ddff0a..2df7a46399 100644 --- a/keyboards/ramonimbao/aelith/info.json +++ b/keyboards/ramonimbao/aelith/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "AELITH", | 2 | "keyboard_name": "AELITH", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0xE460", | ||
| 9 | "device_version": "0.1.2" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_alice_split_bs": { | 12 | "LAYOUT_alice_split_bs": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/chevron/config.h b/keyboards/ramonimbao/chevron/config.h index 9deeff3856..454feec40f 100644 --- a/keyboards/ramonimbao/chevron/config.h +++ b/keyboards/ramonimbao/chevron/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0xC4EE | ||
| 25 | #define DEVICE_VER 0x0012 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT Chevron | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 14 | 24 | #define MATRIX_COLS 14 |
diff --git a/keyboards/ramonimbao/chevron/info.json b/keyboards/ramonimbao/chevron/info.json index b464fd9915..d9add91eba 100644 --- a/keyboards/ramonimbao/chevron/info.json +++ b/keyboards/ramonimbao/chevron/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Chevron", | 2 | "keyboard_name": "Chevron", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "ramonimbao", | 5 | "maintainer": "ramonimbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0xC4EE", | ||
| 9 | "device_version": "0.1.2" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ansi": { | 12 | "LAYOUT_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/herringbone/pro/config.h b/keyboards/ramonimbao/herringbone/pro/config.h index f78665a880..885940b17f 100644 --- a/keyboards/ramonimbao/herringbone/pro/config.h +++ b/keyboards/ramonimbao/herringbone/pro/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0x440B | ||
| 25 | #define DEVICE_VER 0x0012 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT Herringbone Pro | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 7 | 23 | #define MATRIX_ROWS 7 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/ramonimbao/herringbone/pro/info.json b/keyboards/ramonimbao/herringbone/pro/info.json index c7846f00f2..3ca8db0858 100644 --- a/keyboards/ramonimbao/herringbone/pro/info.json +++ b/keyboards/ramonimbao/herringbone/pro/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Herringbone Pro", | 2 | "keyboard_name": "Herringbone Pro", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x440B", | ||
| 9 | "device_version": "0.1.2" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ansi": { | 12 | "LAYOUT_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/herringbone/v1/config.h b/keyboards/ramonimbao/herringbone/v1/config.h index 7f37bcc8b2..04b017f470 100644 --- a/keyboards/ramonimbao/herringbone/v1/config.h +++ b/keyboards/ramonimbao/herringbone/v1/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0x04E5 | ||
| 25 | #define DEVICE_VER 0x0012 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT Herringbone | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/ramonimbao/herringbone/v1/info.json b/keyboards/ramonimbao/herringbone/v1/info.json index b5b1ea3187..2bacde4015 100644 --- a/keyboards/ramonimbao/herringbone/v1/info.json +++ b/keyboards/ramonimbao/herringbone/v1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Herringbone", | 2 | "keyboard_name": "Herringbone", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x04E5", | ||
| 9 | "device_version": "0.1.2" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ansi": { | 12 | "LAYOUT_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/mona/v1/config.h b/keyboards/ramonimbao/mona/v1/config.h index 5ee7ca3e33..d2bacf04cd 100644 --- a/keyboards/ramonimbao/mona/v1/config.h +++ b/keyboards/ramonimbao/mona/v1/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0x404A | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT Mona | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/ramonimbao/mona/v1/info.json b/keyboards/ramonimbao/mona/v1/info.json index 11b0719145..cd80a8ee66 100644 --- a/keyboards/ramonimbao/mona/v1/info.json +++ b/keyboards/ramonimbao/mona/v1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Mona", | 2 | "keyboard_name": "Mona", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x404A", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_60_ansi": { | 12 | "LAYOUT_60_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/mona/v1_1/config.h b/keyboards/ramonimbao/mona/v1_1/config.h index ce9c01139e..326c661a81 100644 --- a/keyboards/ramonimbao/mona/v1_1/config.h +++ b/keyboards/ramonimbao/mona/v1_1/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0x404B | ||
| 25 | #define DEVICE_VER 0x0011 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT Mona | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/ramonimbao/mona/v1_1/info.json b/keyboards/ramonimbao/mona/v1_1/info.json index 8a2e11f13c..a7ad5385c0 100644 --- a/keyboards/ramonimbao/mona/v1_1/info.json +++ b/keyboards/ramonimbao/mona/v1_1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Mona", | 2 | "keyboard_name": "Mona", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x404B", | ||
| 9 | "device_version": "0.1.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_60_ansi": { | 12 | "LAYOUT_60_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/mona/v32a/config.h b/keyboards/ramonimbao/mona/v32a/config.h index fdd80e59aa..e71c5d80e4 100644 --- a/keyboards/ramonimbao/mona/v32a/config.h +++ b/keyboards/ramonimbao/mona/v32a/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0x4032 | ||
| 25 | #define DEVICE_VER 0x0011 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT Mona | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/ramonimbao/mona/v32a/info.json b/keyboards/ramonimbao/mona/v32a/info.json index 8a2e11f13c..58fdd28653 100644 --- a/keyboards/ramonimbao/mona/v32a/info.json +++ b/keyboards/ramonimbao/mona/v32a/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Mona", | 2 | "keyboard_name": "Mona", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x4032", | ||
| 9 | "device_version": "0.1.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_60_ansi": { | 12 | "LAYOUT_60_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/squishy65/config.h b/keyboards/ramonimbao/squishy65/config.h index 1f2bfd7e66..1f858ffee2 100644 --- a/keyboards/ramonimbao/squishy65/config.h +++ b/keyboards/ramonimbao/squishy65/config.h | |||
| @@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0xB16B | ||
| 22 | #define PRODUCT_ID 0x10B5 | ||
| 23 | #define DEVICE_VER 0x0065 | ||
| 24 | #define MANUFACTURER Ramon Imbao | ||
| 25 | #define PRODUCT Squishy65 | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 5 | 21 | #define MATRIX_ROWS 5 |
| 29 | #define MATRIX_COLS 16 | 22 | #define MATRIX_COLS 16 |
diff --git a/keyboards/ramonimbao/squishy65/info.json b/keyboards/ramonimbao/squishy65/info.json index d85efa831f..5e41ed2685 100644 --- a/keyboards/ramonimbao/squishy65/info.json +++ b/keyboards/ramonimbao/squishy65/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Squishy65", | 2 | "keyboard_name": "Squishy65", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x10B5", | ||
| 9 | "device_version": "0.6.5" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ansi": { | 12 | "LAYOUT_ansi": { |
| 7 | "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":"|", "x":14, "y":0}, {"label":"Home", "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":"Backspace", "x":13.5, "y":1, "w":1.5}, {"label":"PgUp", "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":"PgDn", "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":"End", "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}, {"label":"", "x":3.75, "y":4, "w":6.25}, {"label":"Alt", "x":10, "y":4, "w":1.25}, {"label":"Ctrl", "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}] | 13 | "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":"|", "x":14, "y":0}, {"label":"Home", "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":"Backspace", "x":13.5, "y":1, "w":1.5}, {"label":"PgUp", "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":"PgDn", "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":"End", "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}, {"label":"", "x":3.75, "y":4, "w":6.25}, {"label":"Alt", "x":10, "y":4, "w":1.25}, {"label":"Ctrl", "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}] |
diff --git a/keyboards/ramonimbao/squishyfrl/config.h b/keyboards/ramonimbao/squishyfrl/config.h index 9a50948771..cc7f422723 100644 --- a/keyboards/ramonimbao/squishyfrl/config.h +++ b/keyboards/ramonimbao/squishyfrl/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0x4BE5 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT SquishyFRL | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 9 | 23 | #define MATRIX_ROWS 9 |
| 31 | #define MATRIX_COLS 21 | 24 | #define MATRIX_COLS 21 |
diff --git a/keyboards/ramonimbao/squishyfrl/info.json b/keyboards/ramonimbao/squishyfrl/info.json index 15a1cd1f86..d2623d0fc9 100644 --- a/keyboards/ramonimbao/squishyfrl/info.json +++ b/keyboards/ramonimbao/squishyfrl/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "SquishyTKL", | 2 | "keyboard_name": "SquishyFRL", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x4BE5", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ansi": { | 12 | "LAYOUT_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/squishytkl/config.h b/keyboards/ramonimbao/squishytkl/config.h index 0ee0bc9509..b9a3ce8016 100644 --- a/keyboards/ramonimbao/squishytkl/config.h +++ b/keyboards/ramonimbao/squishytkl/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0x00B1 | ||
| 25 | #define DEVICE_VER 0x0100 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT SquishyTKL | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 14 | 23 | #define MATRIX_ROWS 14 |
| 31 | #define MATRIX_COLS 26 | 24 | #define MATRIX_COLS 26 |
diff --git a/keyboards/ramonimbao/squishytkl/info.json b/keyboards/ramonimbao/squishytkl/info.json index aa19c73fa8..1f60e2bcaf 100644 --- a/keyboards/ramonimbao/squishytkl/info.json +++ b/keyboards/ramonimbao/squishytkl/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "SquishyTKL", | 2 | "keyboard_name": "SquishyTKL", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x00B1", | ||
| 9 | "device_version": "1.0.0" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ansi": { | 12 | "LAYOUT_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ramonimbao/wete/v1/config.h b/keyboards/ramonimbao/wete/v1/config.h index ae9ffc6d97..894980edf3 100644 --- a/keyboards/ramonimbao/wete/v1/config.h +++ b/keyboards/ramonimbao/wete/v1/config.h | |||
| @@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0xB16B | ||
| 22 | #define PRODUCT_ID 0x00B5 | ||
| 23 | #define DEVICE_VER 0x0012 | ||
| 24 | #define MANUFACTURER Ramon Imbao | ||
| 25 | #define PRODUCT Wete | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 6 | 21 | #define MATRIX_ROWS 6 |
| 29 | #define MATRIX_COLS 20 | 22 | #define MATRIX_COLS 20 |
diff --git a/keyboards/ramonimbao/wete/v1/info.json b/keyboards/ramonimbao/wete/v1/info.json index 7886b864ab..c57354bfcb 100644 --- a/keyboards/ramonimbao/wete/v1/info.json +++ b/keyboards/ramonimbao/wete/v1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Wete", | 2 | "keyboard_name": "Wete", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x00B5", | ||
| 9 | "device_version": "0.1.2" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ansi_rhnp": { | 12 | "LAYOUT_ansi_rhnp": { |
| 7 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4.25, "y":0}, {"x":5.75, "y":0}, {"x":6.75, "y":0}, {"x":7.75, "y":0}, {"x":8.75, "y":0}, {"x":10.25, "y":0}, {"x":11.25, "y":0}, {"x":12.25, "y":0}, {"x":13.25, "y":0}, {"x":14.75, "y":0}, {"x":15.75, "y":0}, {"x":16.75, "y":0}, {"x":17.75, "y":0}, {"x":19.25, "y":0}, {"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}, {"x":3, "y":1.25}, {"x":4.25, "y":1.25}, {"x":5.25, "y":1.25}, {"x":6.25, "y":1.25}, {"x":7.25, "y":1.25}, {"x":8.25, "y":1.25}, {"x":9.25, "y":1.25}, {"x":10.25, "y":1.25}, {"x":11.25, "y":1.25}, {"x":12.25, "y":1.25}, {"x":13.25, "y":1.25}, {"x":14.25, "y":1.25}, {"x":15.25, "y":1.25}, {"x":16.25, "y":1.25}, {"x":17.25, "y":1.25, "w":2}, {"x":19.25, "y":1.25}, {"x":0, "y":2.25}, {"x":1, "y":2.25}, {"x":2, "y":2.25}, {"x":3, "y":2.25, "h":2}, {"x":4.25, "y":2.25, "w":1.5}, {"x":5.75, "y":2.25}, {"x":6.75, "y":2.25}, {"x":7.75, "y":2.25}, {"x":8.75, "y":2.25}, {"x":9.75, "y":2.25}, {"x":10.75, "y":2.25}, {"x":11.75, "y":2.25}, {"x":12.75, "y":2.25}, {"x":13.75, "y":2.25}, {"x":14.75, "y":2.25}, {"x":15.75, "y":2.25}, {"x":16.75, "y":2.25}, {"x":17.75, "y":2.25, "w":1.5}, {"x":19.25, "y":2.25}, {"x":0, "y":3.25}, {"x":1, "y":3.25}, {"x":2, "y":3.25}, {"x":4.25, "y":3.25, "w":1.75}, {"x":6, "y":3.25}, {"x":7, "y":3.25}, {"x":8, "y":3.25}, {"x":9, "y":3.25}, {"x":10, "y":3.25}, {"x":11, "y":3.25}, {"x":12, "y":3.25}, {"x":13, "y":3.25}, {"x":14, "y":3.25}, {"x":15, "y":3.25}, {"x":16, "y":3.25}, {"x":17, "y":3.25, "w":2.25}, {"x":19.25, "y":3.25}, {"x":0, "y":4.25}, {"x":1, "y":4.25}, {"x":2, "y":4.25}, {"x":3, "y":4.25, "h":2}, {"x":4.25, "y":4.25, "w":2.25}, {"x":6.5, "y":4.25}, {"x":7.5, "y":4.25}, {"x":8.5, "y":4.25}, {"x":9.5, "y":4.25}, {"x":10.5, "y":4.25}, {"x":11.5, "y":4.25}, {"x":12.5, "y":4.25}, {"x":13.5, "y":4.25}, {"x":14.5, "y":4.25}, {"x":15.5, "y":4.25}, {"x":16.5, "y":4.25, "w":1.75}, {"x":18.25, "y":4.25}, {"x":19.25, "y":4.25}, {"x":0, "y":5.25, "w":2}, {"x":2, "y":5.25}, {"x":4.25, "y":5.25, "w":1.25}, {"x":5.5, "y":5.25, "w":1.25}, {"x":6.75, "y":5.25, "w":1.25}, {"x":8, "y":5.25, "w":6.25}, {"x":14.25, "y":5.25, "w":1.25}, {"x":15.5, "y":5.25, "w":1.25}, {"x":17.25, "y":5.25}, {"x":18.25, "y":5.25}, {"x":19.25, "y":5.25}] | 13 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4.25, "y":0}, {"x":5.75, "y":0}, {"x":6.75, "y":0}, {"x":7.75, "y":0}, {"x":8.75, "y":0}, {"x":10.25, "y":0}, {"x":11.25, "y":0}, {"x":12.25, "y":0}, {"x":13.25, "y":0}, {"x":14.75, "y":0}, {"x":15.75, "y":0}, {"x":16.75, "y":0}, {"x":17.75, "y":0}, {"x":19.25, "y":0}, {"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}, {"x":3, "y":1.25}, {"x":4.25, "y":1.25}, {"x":5.25, "y":1.25}, {"x":6.25, "y":1.25}, {"x":7.25, "y":1.25}, {"x":8.25, "y":1.25}, {"x":9.25, "y":1.25}, {"x":10.25, "y":1.25}, {"x":11.25, "y":1.25}, {"x":12.25, "y":1.25}, {"x":13.25, "y":1.25}, {"x":14.25, "y":1.25}, {"x":15.25, "y":1.25}, {"x":16.25, "y":1.25}, {"x":17.25, "y":1.25, "w":2}, {"x":19.25, "y":1.25}, {"x":0, "y":2.25}, {"x":1, "y":2.25}, {"x":2, "y":2.25}, {"x":3, "y":2.25, "h":2}, {"x":4.25, "y":2.25, "w":1.5}, {"x":5.75, "y":2.25}, {"x":6.75, "y":2.25}, {"x":7.75, "y":2.25}, {"x":8.75, "y":2.25}, {"x":9.75, "y":2.25}, {"x":10.75, "y":2.25}, {"x":11.75, "y":2.25}, {"x":12.75, "y":2.25}, {"x":13.75, "y":2.25}, {"x":14.75, "y":2.25}, {"x":15.75, "y":2.25}, {"x":16.75, "y":2.25}, {"x":17.75, "y":2.25, "w":1.5}, {"x":19.25, "y":2.25}, {"x":0, "y":3.25}, {"x":1, "y":3.25}, {"x":2, "y":3.25}, {"x":4.25, "y":3.25, "w":1.75}, {"x":6, "y":3.25}, {"x":7, "y":3.25}, {"x":8, "y":3.25}, {"x":9, "y":3.25}, {"x":10, "y":3.25}, {"x":11, "y":3.25}, {"x":12, "y":3.25}, {"x":13, "y":3.25}, {"x":14, "y":3.25}, {"x":15, "y":3.25}, {"x":16, "y":3.25}, {"x":17, "y":3.25, "w":2.25}, {"x":19.25, "y":3.25}, {"x":0, "y":4.25}, {"x":1, "y":4.25}, {"x":2, "y":4.25}, {"x":3, "y":4.25, "h":2}, {"x":4.25, "y":4.25, "w":2.25}, {"x":6.5, "y":4.25}, {"x":7.5, "y":4.25}, {"x":8.5, "y":4.25}, {"x":9.5, "y":4.25}, {"x":10.5, "y":4.25}, {"x":11.5, "y":4.25}, {"x":12.5, "y":4.25}, {"x":13.5, "y":4.25}, {"x":14.5, "y":4.25}, {"x":15.5, "y":4.25}, {"x":16.5, "y":4.25, "w":1.75}, {"x":18.25, "y":4.25}, {"x":19.25, "y":4.25}, {"x":0, "y":5.25, "w":2}, {"x":2, "y":5.25}, {"x":4.25, "y":5.25, "w":1.25}, {"x":5.5, "y":5.25, "w":1.25}, {"x":6.75, "y":5.25, "w":1.25}, {"x":8, "y":5.25, "w":6.25}, {"x":14.25, "y":5.25, "w":1.25}, {"x":15.5, "y":5.25, "w":1.25}, {"x":17.25, "y":5.25}, {"x":18.25, "y":5.25}, {"x":19.25, "y":5.25}] |
diff --git a/keyboards/ramonimbao/wete/v2/config.h b/keyboards/ramonimbao/wete/v2/config.h index d66fe09ad3..3d6ceb080b 100644 --- a/keyboards/ramonimbao/wete/v2/config.h +++ b/keyboards/ramonimbao/wete/v2/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xB16B | ||
| 24 | #define PRODUCT_ID 0x00B3 | ||
| 25 | #define DEVICE_VER 0x3500 | ||
| 26 | #define MANUFACTURER Ramon Imbao | ||
| 27 | #define PRODUCT Wete R2 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 13 | 23 | #define MATRIX_ROWS 13 |
| 31 | #define MATRIX_COLS 10 | 24 | #define MATRIX_COLS 10 |
diff --git a/keyboards/ramonimbao/wete/v2/info.json b/keyboards/ramonimbao/wete/v2/info.json index 8231871a1f..64f4d1afdf 100644 --- a/keyboards/ramonimbao/wete/v2/info.json +++ b/keyboards/ramonimbao/wete/v2/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Wete R2", | 2 | "keyboard_name": "Wete R2", |
| 3 | "manufacturer": "Ramon Imbao", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Ramon Imbao", | 5 | "maintainer": "Ramon Imbao", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB16B", | ||
| 8 | "pid": "0x00B3", | ||
| 9 | "device_version": "35.0.0" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ansi": { | 12 | "LAYOUT_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rart45/config.h b/keyboards/rart/rart45/config.h index 90d584649d..20339c1fe9 100644 --- a/keyboards/rart/rart45/config.h +++ b/keyboards/rart/rart45/config.h | |||
| @@ -17,13 +17,6 @@ | |||
| 17 | 17 | ||
| 18 | #include "config_common.h" | 18 | #include "config_common.h" |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x414C | ||
| 22 | #define PRODUCT_ID 0x0045 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Alabahuy | ||
| 25 | #define PRODUCT Rart45 | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 9 | 21 | #define MATRIX_ROWS 9 |
| 29 | #define MATRIX_COLS 6 | 22 | #define MATRIX_COLS 6 |
diff --git a/keyboards/rart/rart45/info.json b/keyboards/rart/rart45/info.json index e7b1f241b8..e0f9986eee 100644 --- a/keyboards/rart/rart45/info.json +++ b/keyboards/rart/rart45/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Rart45", | 2 | "keyboard_name": "Rart45", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x0045", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rart4x4/config.h b/keyboards/rart/rart4x4/config.h index e203cdaaab..29fe515367 100644 --- a/keyboards/rart/rart4x4/config.h +++ b/keyboards/rart/rart4x4/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x414C | ||
| 24 | #define PRODUCT_ID 0x0004 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Alabahuy | ||
| 27 | #define PRODUCT RART4X4 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 4 | 23 | #define MATRIX_ROWS 4 |
| 31 | #define MATRIX_COLS 4 | 24 | #define MATRIX_COLS 4 |
diff --git a/keyboards/rart/rart4x4/info.json b/keyboards/rart/rart4x4/info.json index 468962aaa6..79be3f9722 100644 --- a/keyboards/rart/rart4x4/info.json +++ b/keyboards/rart/rart4x4/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RART4X4", | 2 | "keyboard_name": "RART4X4", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x0004", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ortho_4x4": { | 12 | "LAYOUT_ortho_4x4": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rart67/config.h b/keyboards/rart/rart67/config.h index fe96325ac4..43ece277d9 100644 --- a/keyboards/rart/rart67/config.h +++ b/keyboards/rart/rart67/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x414C // "AL" | ||
| 24 | #define PRODUCT_ID 0x0067 // "67" | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Alabahuy | ||
| 27 | #define PRODUCT RART67 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/rart/rart67/info.json b/keyboards/rart/rart67/info.json index 1bd24c14f8..8e6a1620f8 100644 --- a/keyboards/rart/rart67/info.json +++ b/keyboards/rart/rart67/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RART67", | 2 | "keyboard_name": "RART67", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x0067", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rart67m/config.h b/keyboards/rart/rart67m/config.h index 02ee4817d9..d0153e5a25 100644 --- a/keyboards/rart/rart67m/config.h +++ b/keyboards/rart/rart67m/config.h | |||
| @@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define VENDOR_ID 0x414C | ||
| 22 | #define PRODUCT_ID 0x6067 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Alabahuy | ||
| 25 | #define PRODUCT RART67M | ||
| 26 | |||
| 27 | /* key matrix size */ | 21 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 8 | 22 | #define MATRIX_ROWS 8 |
| 29 | #define MATRIX_COLS 8 | 23 | #define MATRIX_COLS 8 |
diff --git a/keyboards/rart/rart67m/info.json b/keyboards/rart/rart67m/info.json index a8398b041d..6cfd7dcbd6 100644 --- a/keyboards/rart/rart67m/info.json +++ b/keyboards/rart/rart67m/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RART67M", | 2 | "keyboard_name": "RART67M", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x6067", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rart75/config.h b/keyboards/rart/rart75/config.h index 1f9a473907..91f263fc40 100644 --- a/keyboards/rart/rart75/config.h +++ b/keyboards/rart/rart75/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x414C // "AL" | ||
| 24 | #define PRODUCT_ID 0x0075 // "75" | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Alabahuy | ||
| 27 | #define PRODUCT RART75 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/rart/rart75/info.json b/keyboards/rart/rart75/info.json index d045da2ac1..ebb8c4044d 100644 --- a/keyboards/rart/rart75/info.json +++ b/keyboards/rart/rart75/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RART75", | 2 | "keyboard_name": "RART75", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x0075", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rart75hs/config.h b/keyboards/rart/rart75hs/config.h index d08e0612a2..e1581ac2a1 100644 --- a/keyboards/rart/rart75hs/config.h +++ b/keyboards/rart/rart75hs/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x414C // "AL" | ||
| 24 | #define PRODUCT_ID 0x5575 // "75" | ||
| 25 | #define DEVICE_VER 0x0003 | ||
| 26 | #define MANUFACTURER Alabahuy | ||
| 27 | #define PRODUCT RART75 Hotswap | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/rart/rart75hs/info.json b/keyboards/rart/rart75hs/info.json index 2a8cae96f8..43822f71f1 100644 --- a/keyboards/rart/rart75hs/info.json +++ b/keyboards/rart/rart75hs/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RART75 Hotswap", | 2 | "keyboard_name": "RART75 Hotswap", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x5575", | ||
| 9 | "device_version": "0.0.3" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rart75m/config.h b/keyboards/rart/rart75m/config.h index 528082cee0..2eb109e1ed 100644 --- a/keyboards/rart/rart75m/config.h +++ b/keyboards/rart/rart75m/config.h | |||
| @@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define VENDOR_ID 0x414C | ||
| 22 | #define PRODUCT_ID 0x6075 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Alabahuy | ||
| 25 | #define PRODUCT 75 | ||
| 26 | |||
| 27 | /* key matrix size */ | 21 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 6 | 22 | #define MATRIX_ROWS 6 |
| 29 | #define MATRIX_COLS 14 | 23 | #define MATRIX_COLS 14 |
diff --git a/keyboards/rart/rart75m/info.json b/keyboards/rart/rart75m/info.json index 29a948fb8c..5ff8da619f 100644 --- a/keyboards/rart/rart75m/info.json +++ b/keyboards/rart/rart75m/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RART75M", | 2 | "keyboard_name": "RART75M", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x6075", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rartand/config.h b/keyboards/rart/rartand/config.h index 841b63b639..bb3a6aefb6 100644 --- a/keyboards/rart/rartand/config.h +++ b/keyboards/rart/rartand/config.h | |||
| @@ -17,13 +17,6 @@ | |||
| 17 | 17 | ||
| 18 | #include "config_common.h" | 18 | #include "config_common.h" |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x414C | ||
| 22 | #define PRODUCT_ID 0x5050 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Alabahuy | ||
| 25 | #define PRODUCT Rartand | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 8 | 21 | #define MATRIX_ROWS 8 |
| 29 | #define MATRIX_COLS 7 | 22 | #define MATRIX_COLS 7 |
diff --git a/keyboards/rart/rartand/info.json b/keyboards/rart/rartand/info.json index e1f885ed46..8faf60cf01 100644 --- a/keyboards/rart/rartand/info.json +++ b/keyboards/rart/rartand/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Rartand", | 2 | "keyboard_name": "Rartand", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x5050", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rartland/config.h b/keyboards/rart/rartland/config.h index 46f08f11a4..446e0aa65c 100644 --- a/keyboards/rart/rartland/config.h +++ b/keyboards/rart/rartland/config.h | |||
| @@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define VENDOR_ID 0x414C | ||
| 22 | #define PRODUCT_ID 0x6065 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Alabahuy | ||
| 25 | #define PRODUCT RARTLAND | ||
| 26 | |||
| 27 | /* key matrix size */ | 21 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 5 | 22 | #define MATRIX_ROWS 5 |
| 29 | #define MATRIX_COLS 14 | 23 | #define MATRIX_COLS 14 |
diff --git a/keyboards/rart/rartland/info.json b/keyboards/rart/rartland/info.json index 2743457e7a..2e46454f85 100644 --- a/keyboards/rart/rartland/info.json +++ b/keyboards/rart/rartland/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RARTLAND", | 2 | "keyboard_name": "RARTLAND", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": " ", | 4 | "url": " ", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x6065", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rartlice/config.h b/keyboards/rart/rartlice/config.h index cf02cfedb6..2db1919529 100644 --- a/keyboards/rart/rartlice/config.h +++ b/keyboards/rart/rartlice/config.h | |||
| @@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x414C | ||
| 22 | #define PRODUCT_ID 0x0065 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Alabahuy | ||
| 25 | #define PRODUCT Rartlice | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 5 | 21 | #define MATRIX_ROWS 5 |
| 29 | #define MATRIX_COLS 15 | 22 | #define MATRIX_COLS 15 |
diff --git a/keyboards/rart/rartlice/info.json b/keyboards/rart/rartlice/info.json index cd49dbf03c..d5e8802ee6 100644 --- a/keyboards/rart/rartlice/info.json +++ b/keyboards/rart/rartlice/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Rartlice", | 2 | "keyboard_name": "Rartlice", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x0065", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rartlite/config.h b/keyboards/rart/rartlite/config.h index a11592d392..8c8897be54 100644 --- a/keyboards/rart/rartlite/config.h +++ b/keyboards/rart/rartlite/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x414C | ||
| 24 | #define PRODUCT_ID 0x4040 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Alabahuy | ||
| 27 | #define PRODUCT RARTLITE | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 8 | 23 | #define MATRIX_ROWS 8 |
| 31 | #define MATRIX_COLS 7 | 24 | #define MATRIX_COLS 7 |
diff --git a/keyboards/rart/rartlite/info.json b/keyboards/rart/rartlite/info.json index 96b3d26d70..6403eca743 100644 --- a/keyboards/rart/rartlite/info.json +++ b/keyboards/rart/rartlite/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RART4X4", | 2 | "keyboard_name": "RARTLITE", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x4040", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_right_numpad": { | 12 | "LAYOUT_right_numpad": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rart/rartpad/config.h b/keyboards/rart/rartpad/config.h index efb6c7ec29..d35681aaa0 100644 --- a/keyboards/rart/rartpad/config.h +++ b/keyboards/rart/rartpad/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x414C // "AL" | ||
| 24 | #define PRODUCT_ID 0x0050 // "P" | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Alabahuy | ||
| 27 | #define PRODUCT RARTPAD | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 4 | 24 | #define MATRIX_COLS 4 |
diff --git a/keyboards/rart/rartpad/info.json b/keyboards/rart/rartpad/info.json index 48edae5122..2c883cc215 100644 --- a/keyboards/rart/rartpad/info.json +++ b/keyboards/rart/rartpad/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "RARTPAD", | 2 | "keyboard_name": "RARTPAD", |
| 3 | "manufacturer": "Alabahuy", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "Alabahuy", | 5 | "maintainer": "Alabahuy", |
| 6 | "usb": { | ||
| 7 | "vid": "0x414C", | ||
| 8 | "pid": "0x0050", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ortho_5x4": { | 12 | "LAYOUT_ortho_5x4": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rate/pistachio/config.h b/keyboards/rate/pistachio/config.h index 5ff7b3d799..8396147b11 100644 --- a/keyboards/rate/pistachio/config.h +++ b/keyboards/rate/pistachio/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x5255 | ||
| 24 | #define PRODUCT_ID 0xD0C2 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER rate | ||
| 27 | #define PRODUCT pistachio | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 12 | 23 | #define MATRIX_ROWS 12 |
| 31 | #define MATRIX_COLS 9 | 24 | #define MATRIX_COLS 9 |
diff --git a/keyboards/rate/pistachio/info.json b/keyboards/rate/pistachio/info.json index 8cdeb51ca3..7f9e92e484 100644 --- a/keyboards/rate/pistachio/info.json +++ b/keyboards/rate/pistachio/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Pistachio", | 2 | "keyboard_name": "pistachio", |
| 3 | "manufacturer": "rate", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "rate", | 5 | "maintainer": "rate", |
| 6 | "usb": { | ||
| 7 | "vid": "0x5255", | ||
| 8 | "pid": "0xD0C2", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [{"label":"ESC", "x":1.25, "y":0.25}, | 13 | "layout": [{"label":"ESC", "x":1.25, "y":0.25}, |
diff --git a/keyboards/rate/pistachio_mp/config.h b/keyboards/rate/pistachio_mp/config.h index 09b067c8ee..06db2459d2 100644 --- a/keyboards/rate/pistachio_mp/config.h +++ b/keyboards/rate/pistachio_mp/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x5255 | ||
| 24 | #define PRODUCT_ID 0xE212 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER rate | ||
| 27 | #define PRODUCT pistachio_mp | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 4 | 24 | #define MATRIX_COLS 4 |
diff --git a/keyboards/rate/pistachio_mp/info.json b/keyboards/rate/pistachio_mp/info.json index d4e130300c..52c754186f 100644 --- a/keyboards/rate/pistachio_mp/info.json +++ b/keyboards/rate/pistachio_mp/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "pistachio_mp", | 2 | "keyboard_name": "pistachio_mp", |
| 3 | "manufacturer": "rate", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "rate", | 5 | "maintainer": "rate", |
| 6 | "usb": { | ||
| 7 | "vid": "0x5255", | ||
| 8 | "pid": "0xE212", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rate/pistachio_pro/config.h b/keyboards/rate/pistachio_pro/config.h index d140aa5407..40325c35eb 100644 --- a/keyboards/rate/pistachio_pro/config.h +++ b/keyboards/rate/pistachio_pro/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x5255 | ||
| 24 | #define PRODUCT_ID 0xF40C | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER rate | ||
| 27 | #define PRODUCT PistachioPro | ||
| 28 | |||
| 29 | #define ENCODERS_PAD_A {D2} | 22 | #define ENCODERS_PAD_A {D2} |
| 30 | #define ENCODERS_PAD_B {D3} | 23 | #define ENCODERS_PAD_B {D3} |
| 31 | 24 | ||
diff --git a/keyboards/rate/pistachio_pro/info.json b/keyboards/rate/pistachio_pro/info.json index c519a69e11..e762f30b69 100644 --- a/keyboards/rate/pistachio_pro/info.json +++ b/keyboards/rate/pistachio_pro/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "PistachioPro", | 2 | "keyboard_name": "PistachioPro", |
| 3 | "manufacturer": "rate", | ||
| 3 | "url": "https://rates.booth.pm/items/2925303", | 4 | "url": "https://rates.booth.pm/items/2925303", |
| 4 | "maintainer": "rate", | 5 | "maintainer": "rate", |
| 6 | "usb": { | ||
| 7 | "vid": "0x5255", | ||
| 8 | "pid": "0xF40C", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/recompile_keys/choco60/config.h b/keyboards/recompile_keys/choco60/config.h index 72264f51e2..5a017cbc4b 100644 --- a/keyboards/recompile_keys/choco60/config.h +++ b/keyboards/recompile_keys/choco60/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x524B // recompile keys | ||
| 24 | #define PRODUCT_ID 0x4362 // Choco60 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER recompile keys | ||
| 27 | #define PRODUCT Choco60 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 10 | 23 | #define MATRIX_ROWS 10 |
| 31 | #define MATRIX_COLS 9 | 24 | #define MATRIX_COLS 9 |
diff --git a/keyboards/recompile_keys/choco60/info.json b/keyboards/recompile_keys/choco60/info.json index 193e8f37b6..17ab7eadb2 100644 --- a/keyboards/recompile_keys/choco60/info.json +++ b/keyboards/recompile_keys/choco60/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Choco60", | 2 | "keyboard_name": "Choco60", |
| 3 | "manufacturer": "recompile keys", | ||
| 3 | "url": "https://keys.recompile.net/projects/choco60/", | 4 | "url": "https://keys.recompile.net/projects/choco60/", |
| 4 | "maintainer": "Naoto Takai", | 5 | "maintainer": "Naoto Takai", |
| 6 | "usb": { | ||
| 7 | "vid": "0x524B", | ||
| 8 | "pid": "0x4362", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "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":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":"|", "x":14, "y":0}, {"label":"~", "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":7.5, "y":1}, {"label":"U", "x":8.5, "y":1}, {"label":"I", "x":9.5, "y":1}, {"label":"O", "x":10.5, "y":1}, {"label":"P", "x":11.5, "y":1}, {"label":"{", "x":12.5, "y":1}, {"label":"}", "x":13.5, "y":1}, {"label":"Delete", "x":14.5, "y":1, "w":1.5}, {"label":"Control", "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":7.75, "y":2}, {"label":"J", "x":8.75, "y":2}, {"label":"K", "x":9.75, "y":2}, {"label":"L", "x":10.75, "y":2}, {"label":":", "x":11.75, "y":2}, {"label":"\"", "x":12.75, "y":2}, {"label":"Return", "x":13.75, "y":2, "w":2.25}, {"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":8.25, "y":3}, {"label":"M", "x":9.25, "y":3}, {"label":"<", "x":10.25, "y":3}, {"label":">", "x":11.25, "y":3}, {"label":"?", "x":12.25, "y":3}, {"label":"Shift", "x":13.25, "y":3, "w":1.75}, {"label":"Fn", "x":15, "y":3}, {"label":"Opt", "x":1.5, "y":4}, {"label":"\u2318", "x":2.5, "y":4, "w":1.5}, {"x":4, "y":4, "w":2.75}, {"label":"Opt", "x":7.75, "y":4}, {"x":8.75, "y":4, "w":2.25}, {"label":"\u2318", "x":11, "y":4, "w":1.5}, {"label":"Ctrl", "x":12.5, "y":4}] | 13 | "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":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":"|", "x":14, "y":0}, {"label":"~", "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":7.5, "y":1}, {"label":"U", "x":8.5, "y":1}, {"label":"I", "x":9.5, "y":1}, {"label":"O", "x":10.5, "y":1}, {"label":"P", "x":11.5, "y":1}, {"label":"{", "x":12.5, "y":1}, {"label":"}", "x":13.5, "y":1}, {"label":"Delete", "x":14.5, "y":1, "w":1.5}, {"label":"Control", "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":7.75, "y":2}, {"label":"J", "x":8.75, "y":2}, {"label":"K", "x":9.75, "y":2}, {"label":"L", "x":10.75, "y":2}, {"label":":", "x":11.75, "y":2}, {"label":"\"", "x":12.75, "y":2}, {"label":"Return", "x":13.75, "y":2, "w":2.25}, {"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":8.25, "y":3}, {"label":"M", "x":9.25, "y":3}, {"label":"<", "x":10.25, "y":3}, {"label":">", "x":11.25, "y":3}, {"label":"?", "x":12.25, "y":3}, {"label":"Shift", "x":13.25, "y":3, "w":1.75}, {"label":"Fn", "x":15, "y":3}, {"label":"Opt", "x":1.5, "y":4}, {"label":"\u2318", "x":2.5, "y":4, "w":1.5}, {"x":4, "y":4, "w":2.75}, {"label":"Opt", "x":7.75, "y":4}, {"x":8.75, "y":4, "w":2.25}, {"label":"\u2318", "x":11, "y":4, "w":1.5}, {"label":"Ctrl", "x":12.5, "y":4}] |
diff --git a/keyboards/recompile_keys/cocoa40/config.h b/keyboards/recompile_keys/cocoa40/config.h index 50da34ffbd..e85bed8b14 100644 --- a/keyboards/recompile_keys/cocoa40/config.h +++ b/keyboards/recompile_keys/cocoa40/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xC0C0 | ||
| 24 | #define PRODUCT_ID 0x4000 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER recompile keys | ||
| 27 | #define PRODUCT cocoa40 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 8 | 23 | #define MATRIX_ROWS 8 |
| 31 | #define MATRIX_COLS 8 | 24 | #define MATRIX_COLS 8 |
diff --git a/keyboards/recompile_keys/cocoa40/info.json b/keyboards/recompile_keys/cocoa40/info.json index d2b75a6fca..dca5750161 100644 --- a/keyboards/recompile_keys/cocoa40/info.json +++ b/keyboards/recompile_keys/cocoa40/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Cocoa40", | 2 | "keyboard_name": "Cocoa40", |
| 3 | "manufacturer": "recompile keys", | ||
| 3 | "url": "https://keys.recompile.net/projects/cocoa40/", | 4 | "url": "https://keys.recompile.net/projects/cocoa40/", |
| 4 | "maintainer": "Naoto Takai", | 5 | "maintainer": "Naoto Takai", |
| 6 | "usb": { | ||
| 7 | "vid": "0xC0C0", | ||
| 8 | "pid": "0x4000", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":7.25, "y":0}, {"label":"U", "x":8.25, "y":0}, {"label":"I", "x":9.25, "y":0}, {"label":"O", "x":10.25, "y":0}, {"label":"P", "x":11.25, "y":0}, {"label":"{", "x":12.25, "y":0}, {"label":"}", "x":13.25, "y":0}, {"label":"Back<br>Space", "x":14.25, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.25}, {"label":"A", "x":1.25, "y":1}, {"label":"S", "x":2.25, "y":1}, {"label":"D", "x":3.25, "y":1}, {"label":"F", "x":4.25, "y":1}, {"label":"G", "x":5.25, "y":1}, {"label":"H", "x":7.5, "y":1}, {"label":"J", "x":8.5, "y":1}, {"label":"K", "x":9.5, "y":1}, {"label":"L", "x":10.5, "y":1}, {"label":":", "x":11.5, "y":1}, {"label":"\"", "x":12.5, "y":1}, {"label":"Enter", "x":13.5, "y":1, "w":1.75}, {"label":"Shift", "x":0, "y":2, "w":1.75}, {"label":"Z", "x":1.75, "y":2}, {"label":"X", "x":2.75, "y":2}, {"label":"C", "x":3.75, "y":2}, {"label":"V", "x":4.75, "y":2}, {"label":"B", "x":5.75, "y":2}, {"label":"N", "x":8, "y":2}, {"label":"M", "x":9, "y":2}, {"label":"<", "x":10, "y":2}, {"label":">", "x":11, "y":2}, {"label":"?", "x":12, "y":2}, {"label":"Shift", "x":13, "y":2, "w":1.25}, {"label":"Fn", "x":14.25, "y":2}, {"label":"Opt", "x":1.5, "y":3}, {"label":"Command", "x":2.5, "y":3, "w":1.5}, {"label":"", "x":4, "y":3, "w":2.25}, {"label":"", "x":7.5, "y":3, "w":2.75}, {"label":"Command", "x":10.25, "y":3, "w":1.5}, {"label":"Opt", "x":11.75, "y":3}] | 13 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":7.25, "y":0}, {"label":"U", "x":8.25, "y":0}, {"label":"I", "x":9.25, "y":0}, {"label":"O", "x":10.25, "y":0}, {"label":"P", "x":11.25, "y":0}, {"label":"{", "x":12.25, "y":0}, {"label":"}", "x":13.25, "y":0}, {"label":"Back<br>Space", "x":14.25, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.25}, {"label":"A", "x":1.25, "y":1}, {"label":"S", "x":2.25, "y":1}, {"label":"D", "x":3.25, "y":1}, {"label":"F", "x":4.25, "y":1}, {"label":"G", "x":5.25, "y":1}, {"label":"H", "x":7.5, "y":1}, {"label":"J", "x":8.5, "y":1}, {"label":"K", "x":9.5, "y":1}, {"label":"L", "x":10.5, "y":1}, {"label":":", "x":11.5, "y":1}, {"label":"\"", "x":12.5, "y":1}, {"label":"Enter", "x":13.5, "y":1, "w":1.75}, {"label":"Shift", "x":0, "y":2, "w":1.75}, {"label":"Z", "x":1.75, "y":2}, {"label":"X", "x":2.75, "y":2}, {"label":"C", "x":3.75, "y":2}, {"label":"V", "x":4.75, "y":2}, {"label":"B", "x":5.75, "y":2}, {"label":"N", "x":8, "y":2}, {"label":"M", "x":9, "y":2}, {"label":"<", "x":10, "y":2}, {"label":">", "x":11, "y":2}, {"label":"?", "x":12, "y":2}, {"label":"Shift", "x":13, "y":2, "w":1.25}, {"label":"Fn", "x":14.25, "y":2}, {"label":"Opt", "x":1.5, "y":3}, {"label":"Command", "x":2.5, "y":3, "w":1.5}, {"label":"", "x":4, "y":3, "w":2.25}, {"label":"", "x":7.5, "y":3, "w":2.75}, {"label":"Command", "x":10.25, "y":3, "w":1.5}, {"label":"Opt", "x":11.75, "y":3}] |
diff --git a/keyboards/recompile_keys/mio/config.h b/keyboards/recompile_keys/mio/config.h index 0c4438e53e..2a7668d3f5 100644 --- a/keyboards/recompile_keys/mio/config.h +++ b/keyboards/recompile_keys/mio/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x524B // recompile keys | ||
| 24 | #define PRODUCT_ID 0x4D41 // MIO | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER recompile keys | ||
| 27 | #define PRODUCT MIO | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 8 | 24 | #define MATRIX_COLS 8 |
diff --git a/keyboards/recompile_keys/mio/info.json b/keyboards/recompile_keys/mio/info.json index fb66fba7f5..6c82236727 100644 --- a/keyboards/recompile_keys/mio/info.json +++ b/keyboards/recompile_keys/mio/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "MIO", | 2 | "keyboard_name": "MIO", |
| 3 | "manufacturer": "recompile keys", | ||
| 3 | "url": "https://keys.recompile.net/projects/mio/", | 4 | "url": "https://keys.recompile.net/projects/mio/", |
| 4 | "maintainer": "recompile keys", | 5 | "maintainer": "recompile keys", |
| 6 | "usb": { | ||
| 7 | "vid": "0x524B", | ||
| 8 | "pid": "0x4D41", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/recompile_keys/nomu30/config.h b/keyboards/recompile_keys/nomu30/config.h index 62aec20525..23b19c4e0c 100644 --- a/keyboards/recompile_keys/nomu30/config.h +++ b/keyboards/recompile_keys/nomu30/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x524B // recompile keys | ||
| 24 | #define PRODUCT_ID 0x4E31 // Nomu30 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER recompile keys | ||
| 27 | #define PRODUCT Nomu30 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 3 | 23 | #define MATRIX_ROWS 3 |
| 31 | #define MATRIX_COLS 12 | 24 | #define MATRIX_COLS 12 |
diff --git a/keyboards/recompile_keys/nomu30/info.json b/keyboards/recompile_keys/nomu30/info.json index 8f53f003b5..7521023d1b 100644 --- a/keyboards/recompile_keys/nomu30/info.json +++ b/keyboards/recompile_keys/nomu30/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Nomu30", | 2 | "keyboard_name": "Nomu30", |
| 3 | "manufacturer": "recompile keys", | ||
| 3 | "url": "https://keys.recompile.net/projects/nomu30/", | 4 | "url": "https://keys.recompile.net/projects/nomu30/", |
| 4 | "maintainer": "takai", | 5 | "maintainer": "takai", |
| 6 | "usb": { | ||
| 7 | "vid": "0x524B", | ||
| 8 | "pid": "0x4E31", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rect44/config.h b/keyboards/rect44/config.h index d76f5f068f..19343d16a8 100644 --- a/keyboards/rect44/config.h +++ b/keyboards/rect44/config.h | |||
| @@ -18,13 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0xFEED | ||
| 23 | #define PRODUCT_ID 0x4DD7 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER koshinoya | ||
| 26 | #define PRODUCT Rect44 | ||
| 27 | |||
| 28 | /* key matrix size */ | 21 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 4 | 22 | #define MATRIX_ROWS 4 |
| 30 | #define MATRIX_COLS 13 | 23 | #define MATRIX_COLS 13 |
diff --git a/keyboards/rect44/info.json b/keyboards/rect44/info.json index aae5fe41de..857df635d9 100644 --- a/keyboards/rect44/info.json +++ b/keyboards/rect44/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "rect44", | 2 | "keyboard_name": "Rect44", |
| 3 | "manufacturer": "koshinoya", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "koshinoya", | 5 | "maintainer": "koshinoya", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x4DD7", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/redox_media/config.h b/keyboards/redox_media/config.h index 0d4ac16b5f..6f2225adb0 100644 --- a/keyboards/redox_media/config.h +++ b/keyboards/redox_media/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x0000 | ||
| 25 | #define DEVICE_VER 0x0100 | ||
| 26 | #define MANUFACTURER shiftux | ||
| 27 | #define PRODUCT Redox Media | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | // Rows are doubled-up | 23 | // Rows are doubled-up |
| 31 | #define MATRIX_ROWS 12 | 24 | #define MATRIX_ROWS 12 |
diff --git a/keyboards/redox_media/info.json b/keyboards/redox_media/info.json index e13487e791..ac2480c997 100644 --- a/keyboards/redox_media/info.json +++ b/keyboards/redox_media/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Redox Media", | 2 | "keyboard_name": "Redox Media", |
| 3 | "manufacturer": "shiftux", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "shiftux", | 5 | "maintainer": "shiftux", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x0000", | ||
| 9 | "device_version": "1.0.0" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/redox_w/config.h b/keyboards/redox_w/config.h index 4fe2447b06..3c4b49fa10 100644 --- a/keyboards/redox_w/config.h +++ b/keyboards/redox_w/config.h | |||
| @@ -18,14 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | |||
| 23 | #define VENDOR_ID 0x4D44 //MD | ||
| 24 | #define PRODUCT_ID 0x5257 //RW | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Mattia Dal Ben | ||
| 27 | #define PRODUCT Redox_wireless | ||
| 28 | |||
| 29 | /* key matrix size */ | 21 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 22 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 14 | 23 | #define MATRIX_COLS 14 |
diff --git a/keyboards/redox_w/info.json b/keyboards/redox_w/info.json index aae795c677..b91fec5a50 100644 --- a/keyboards/redox_w/info.json +++ b/keyboards/redox_w/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Redox Wireless", | 2 | "keyboard_name": "Redox Wireless", |
| 3 | "manufacturer": "Mattia Dal Ben", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x4D44", | ||
| 8 | "pid": "0x5257", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/redscarf_i/config.h b/keyboards/redscarf_i/config.h index ec86905db1..218874010d 100644 --- a/keyboards/redscarf_i/config.h +++ b/keyboards/redscarf_i/config.h | |||
| @@ -19,14 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | |||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define VENDOR_ID 0xFEED | ||
| 25 | #define PRODUCT_ID 0x5959 | ||
| 26 | #define DEVICE_VER 0x0001 | ||
| 27 | #define MANUFACTURER Red Scarf | ||
| 28 | #define PRODUCT Red Scarf I | ||
| 29 | |||
| 30 | /* Matrix */ | 22 | /* Matrix */ |
| 31 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 32 | #define MATRIX_COLS 4 | 24 | #define MATRIX_COLS 4 |
diff --git a/keyboards/redscarf_i/info.json b/keyboards/redscarf_i/info.json index ac997c3a5f..fb4341f78f 100644 --- a/keyboards/redscarf_i/info.json +++ b/keyboards/redscarf_i/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Red Scarf I", | 2 | "keyboard_name": "Red Scarf I", |
| 3 | "manufacturer": "Red Scarf", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk, defying", | 5 | "maintainer": "qmk, defying", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x5959", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_ortho_5x4": { | 12 | "LAYOUT_ortho_5x4": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/redscarf_iiplus/verb/config.h b/keyboards/redscarf_iiplus/verb/config.h index daf1bc8823..34a7dba6ac 100755 --- a/keyboards/redscarf_iiplus/verb/config.h +++ b/keyboards/redscarf_iiplus/verb/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x0000 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER RedScarf | ||
| 27 | #define PRODUCT RedScarfII+ | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/redscarf_iiplus/verb/info.json b/keyboards/redscarf_iiplus/verb/info.json index 2b675a5ca8..2e4ad61866 100644 --- a/keyboards/redscarf_iiplus/verb/info.json +++ b/keyboards/redscarf_iiplus/verb/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Red Scarf II+ Ver.B (RS78)", | 2 | "keyboard_name": "RedScarfII+ Ver.B (RS78)", |
| 3 | "manufacturer": "RedScarf", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x0000", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_78_ansi": { | 12 | "LAYOUT_78_ansi": { |
| 7 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2.25, "y":0}, {"x":3.25, "y":0}, {"x":4.25, "y":0}, {"x":5.25, "y":0}, {"x":6.25, "y":0}, {"x":7.25, "y":0}, {"x":8.25, "y":0}, {"x":9.25, "y":0}, {"x":10.25, "y":0}, {"x":11.25, "y":0}, {"x":12.25, "y":0}, {"x":13.25, "y":0}, {"x":14.25, "y":0}, {"x":15.25, "y":0}, {"x":16.25, "y":0}, {"x":17.25, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2.25, "y":1, "w":1.5}, {"x":3.75, "y":1}, {"x":4.75, "y":1}, {"x":5.75, "y":1}, {"x":6.75, "y":1}, {"x":7.75, "y":1}, {"x":8.75, "y":1}, {"x":9.75, "y":1}, {"x":10.75, "y":1}, {"x":11.75, "y":1}, {"x":12.75, "y":1}, {"x":13.75, "y":1}, {"x":14.75, "y":1}, {"x":15.75, "y":1, "w":1.5}, {"x":17.25, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2.25, "y":2, "w":1.75}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2}, {"x":12, "y":2}, {"x":13, "y":2}, {"x":14, "y":2}, {"x":15, "y":2, "w":2.25}, {"x":17.25, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2.25, "y":3, "w":2.25}, {"x":4.5, "y":3}, {"x":5.5, "y":3}, {"x":6.5, "y":3}, {"x":7.5, "y":3}, {"x":8.5, "y":3}, {"x":9.5, "y":3}, {"x":10.5, "y":3}, {"x":11.5, "y":3}, {"x":12.5, "y":3}, {"x":13.5, "y":3}, {"x":14.5, "y":3, "w":1.75}, {"x":16.25, "y":3}, {"x":17.25, "y":3}, {"x":0, "y":4}, {"x":1, "y":4}, {"x":2.25, "y":4, "w":1.25}, {"x":3.5, "y":4, "w":1.25}, {"x":4.75, "y":4, "w":1.25}, {"x":6, "y":4, "w":6.25}, {"x":12.25, "y":4}, {"x":13.25, "y":4}, {"x":14.25, "y":4}, {"x":15.25, "y":4}, {"x":16.25, "y":4}, {"x":17.25, "y":4}] | 13 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2.25, "y":0}, {"x":3.25, "y":0}, {"x":4.25, "y":0}, {"x":5.25, "y":0}, {"x":6.25, "y":0}, {"x":7.25, "y":0}, {"x":8.25, "y":0}, {"x":9.25, "y":0}, {"x":10.25, "y":0}, {"x":11.25, "y":0}, {"x":12.25, "y":0}, {"x":13.25, "y":0}, {"x":14.25, "y":0}, {"x":15.25, "y":0}, {"x":16.25, "y":0}, {"x":17.25, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2.25, "y":1, "w":1.5}, {"x":3.75, "y":1}, {"x":4.75, "y":1}, {"x":5.75, "y":1}, {"x":6.75, "y":1}, {"x":7.75, "y":1}, {"x":8.75, "y":1}, {"x":9.75, "y":1}, {"x":10.75, "y":1}, {"x":11.75, "y":1}, {"x":12.75, "y":1}, {"x":13.75, "y":1}, {"x":14.75, "y":1}, {"x":15.75, "y":1, "w":1.5}, {"x":17.25, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2.25, "y":2, "w":1.75}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2}, {"x":12, "y":2}, {"x":13, "y":2}, {"x":14, "y":2}, {"x":15, "y":2, "w":2.25}, {"x":17.25, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2.25, "y":3, "w":2.25}, {"x":4.5, "y":3}, {"x":5.5, "y":3}, {"x":6.5, "y":3}, {"x":7.5, "y":3}, {"x":8.5, "y":3}, {"x":9.5, "y":3}, {"x":10.5, "y":3}, {"x":11.5, "y":3}, {"x":12.5, "y":3}, {"x":13.5, "y":3}, {"x":14.5, "y":3, "w":1.75}, {"x":16.25, "y":3}, {"x":17.25, "y":3}, {"x":0, "y":4}, {"x":1, "y":4}, {"x":2.25, "y":4, "w":1.25}, {"x":3.5, "y":4, "w":1.25}, {"x":4.75, "y":4, "w":1.25}, {"x":6, "y":4, "w":6.25}, {"x":12.25, "y":4}, {"x":13.25, "y":4}, {"x":14.25, "y":4}, {"x":15.25, "y":4}, {"x":16.25, "y":4}, {"x":17.25, "y":4}] |
diff --git a/keyboards/redscarf_iiplus/verc/config.h b/keyboards/redscarf_iiplus/verc/config.h index daf1bc8823..34a7dba6ac 100755 --- a/keyboards/redscarf_iiplus/verc/config.h +++ b/keyboards/redscarf_iiplus/verc/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x0000 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER RedScarf | ||
| 27 | #define PRODUCT RedScarfII+ | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/redscarf_iiplus/verc/info.json b/keyboards/redscarf_iiplus/verc/info.json index c3988d225b..1093d3a363 100644 --- a/keyboards/redscarf_iiplus/verc/info.json +++ b/keyboards/redscarf_iiplus/verc/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Red Scarf II+ Ver.C (RS68)", | 2 | "keyboard_name": "RedScarfII+ Ver.C (RS68)", |
| 3 | "manufacturer": "RedScarf", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x0000", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_65_ansi": { | 12 | "LAYOUT_65_ansi": { |
| 7 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0, "w":2}, {"x":15, "y":0}, {"x":0, "y":1, "w":1.5}, {"x":1.5, "y":1}, {"x":2.5, "y":1}, {"x":3.5, "y":1}, {"x":4.5, "y":1}, {"x":5.5, "y":1}, {"x":6.5, "y":1}, {"x":7.5, "y":1}, {"x":8.5, "y":1}, {"x":9.5, "y":1}, {"x":10.5, "y":1}, {"x":11.5, "y":1}, {"x":12.5, "y":1}, {"x":13.5, "y":1, "w":1.5}, {"x":15, "y":1}, {"x":0, "y":2, "w":1.75}, {"x":1.75, "y":2}, {"x":2.75, "y":2}, {"x":3.75, "y":2}, {"x":4.75, "y":2}, {"x":5.75, "y":2}, {"x":6.75, "y":2}, {"x":7.75, "y":2}, {"x":8.75, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2}, {"x":11.75, "y":2}, {"x":12.75, "y":2, "w":2.25}, {"x":15, "y":2}, {"x":0, "y":3, "w":2.25}, {"x":2.25, "y":3}, {"x":3.25, "y":3}, {"x":4.25, "y":3}, {"x":5.25, "y":3}, {"x":6.25, "y":3}, {"x":7.25, "y":3}, {"x":8.25, "y":3}, {"x":9.25, "y":3}, {"x":10.25, "y":3}, {"x":11.25, "y":3}, {"x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"x":15, "y":3}, {"x":0, "y":4, "w":1.25}, {"x":1.25, "y":4, "w":1.25}, {"x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"x":10, "y":4}, {"x":11, "y":4}, {"x":12, "y":4}, {"x":13, "y":4}, {"x":14, "y":4}, {"x":15, "y":4}] | 13 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0, "w":2}, {"x":15, "y":0}, {"x":0, "y":1, "w":1.5}, {"x":1.5, "y":1}, {"x":2.5, "y":1}, {"x":3.5, "y":1}, {"x":4.5, "y":1}, {"x":5.5, "y":1}, {"x":6.5, "y":1}, {"x":7.5, "y":1}, {"x":8.5, "y":1}, {"x":9.5, "y":1}, {"x":10.5, "y":1}, {"x":11.5, "y":1}, {"x":12.5, "y":1}, {"x":13.5, "y":1, "w":1.5}, {"x":15, "y":1}, {"x":0, "y":2, "w":1.75}, {"x":1.75, "y":2}, {"x":2.75, "y":2}, {"x":3.75, "y":2}, {"x":4.75, "y":2}, {"x":5.75, "y":2}, {"x":6.75, "y":2}, {"x":7.75, "y":2}, {"x":8.75, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2}, {"x":11.75, "y":2}, {"x":12.75, "y":2, "w":2.25}, {"x":15, "y":2}, {"x":0, "y":3, "w":2.25}, {"x":2.25, "y":3}, {"x":3.25, "y":3}, {"x":4.25, "y":3}, {"x":5.25, "y":3}, {"x":6.25, "y":3}, {"x":7.25, "y":3}, {"x":8.25, "y":3}, {"x":9.25, "y":3}, {"x":10.25, "y":3}, {"x":11.25, "y":3}, {"x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"x":15, "y":3}, {"x":0, "y":4, "w":1.25}, {"x":1.25, "y":4, "w":1.25}, {"x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"x":10, "y":4}, {"x":11, "y":4}, {"x":12, "y":4}, {"x":13, "y":4}, {"x":14, "y":4}, {"x":15, "y":4}] |
diff --git a/keyboards/redscarf_iiplus/verd/config.h b/keyboards/redscarf_iiplus/verd/config.h index d0ab1abe33..281a6efb6c 100644 --- a/keyboards/redscarf_iiplus/verd/config.h +++ b/keyboards/redscarf_iiplus/verd/config.h | |||
| @@ -18,13 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0xFEED | ||
| 23 | #define PRODUCT_ID 0x7778 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER RedScarf | ||
| 26 | #define PRODUCT RedScarfII+ | ||
| 27 | |||
| 28 | /* key matrix size */ | 21 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 5 | 22 | #define MATRIX_ROWS 5 |
| 30 | #define MATRIX_COLS 18 | 23 | #define MATRIX_COLS 18 |
diff --git a/keyboards/redscarf_iiplus/verd/info.json b/keyboards/redscarf_iiplus/verd/info.json index 8b2d3c2d97..0d36542278 100644 --- a/keyboards/redscarf_iiplus/verd/info.json +++ b/keyboards/redscarf_iiplus/verd/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Red Scarf II+ Ver D", | 2 | "keyboard_name": "RedScarfII+ Ver.D", |
| 3 | "manufacturer": "RedScarf", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x7778", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_60_ansi_numpad_split0": { | 12 | "LAYOUT_60_ansi_numpad_split0": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/retro_75/config.h b/keyboards/retro_75/config.h index 5d8c26450d..fb695474f5 100644 --- a/keyboards/retro_75/config.h +++ b/keyboards/retro_75/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x5275 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER PheonixStarr | ||
| 27 | #define PRODUCT Retro75 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/retro_75/info.json b/keyboards/retro_75/info.json index 585506ae43..69dd3a89d7 100644 --- a/keyboards/retro_75/info.json +++ b/keyboards/retro_75/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Retro75", | 2 | "keyboard_name": "Retro75", |
| 3 | "manufacturer": "PheonixStarr", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "zvecr", | 5 | "maintainer": "zvecr", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x5275", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":1.5, "y":0}, {"label":"F2", "x":2.5, "y":0}, {"label":"F3", "x":3.5, "y":0}, {"label":"F4", "x":4.5, "y":0}, {"label":"F5", "x":6, "y":0}, {"label":"F6", "x":7, "y":0}, {"label":"F7", "x":8, "y":0}, {"label":"F8", "x":9, "y":0}, {"label":"F9", "x":10.5, "y":0}, {"label":"F10", "x":11.5, "y":0}, {"label":"F11", "x":12.5, "y":0}, {"label":"F12", "x":13.5, "y":0}, {"label":"Prt Sc", "x":15, "y":0}, {"label":"~", "x":0, "y":1.25}, {"label":"!", "x":1, "y":1.25}, {"label":"@", "x":2, "y":1.25}, {"label":"#", "x":3, "y":1.25}, {"label":"$", "x":4, "y":1.25}, {"label":"%", "x":5, "y":1.25}, {"label":"^", "x":6, "y":1.25}, {"label":"&", "x":7, "y":1.25}, {"label":"*", "x":8, "y":1.25}, {"label":"(", "x":9, "y":1.25}, {"label":")", "x":10, "y":1.25}, {"label":"_", "x":11, "y":1.25}, {"label":"+", "x":12, "y":1.25}, {"x":13, "y":1.25, "w":2}, {"label":"Delete", "x":15, "y":1.25}, {"label":"Tab", "x":0, "y":2.25, "w":1.5}, {"label":"Q", "x":1.5, "y":2.25}, {"label":"W", "x":2.5, "y":2.25}, {"label":"E", "x":3.5, "y":2.25}, {"label":"R", "x":4.5, "y":2.25}, {"label":"T", "x":5.5, "y":2.25}, {"label":"Y", "x":6.5, "y":2.25}, {"label":"U", "x":7.5, "y":2.25}, {"label":"I", "x":8.5, "y":2.25}, {"label":"O", "x":9.5, "y":2.25}, {"label":"P", "x":10.5, "y":2.25}, {"label":"{", "x":11.5, "y":2.25}, {"label":"}", "x":12.5, "y":2.25}, {"label":"|", "x":13.5, "y":2.25, "w":1.5}, {"label":"Page Up", "x":15, "y":2.25}, {"label":"Caps Lock", "x":0, "y":3.25, "w":1.75}, {"label":"A", "x":1.75, "y":3.25}, {"label":"S", "x":2.75, "y":3.25}, {"label":"D", "x":3.75, "y":3.25}, {"label":"F", "x":4.75, "y":3.25}, {"label":"G", "x":5.75, "y":3.25}, {"label":"H", "x":6.75, "y":3.25}, {"label":"J", "x":7.75, "y":3.25}, {"label":"K", "x":8.75, "y":3.25}, {"label":"L", "x":9.75, "y":3.25}, {"label":":", "x":10.75, "y":3.25}, {"label":"\"", "x":11.75, "y":3.25}, {"label":"Enter", "x":12.75, "y":3.25, "w":2.25}, {"label":"Page Down", "x":15, "y":3.25}, {"label":"Shift", "x":0, "y":4.25, "w":2.25}, {"label":"Z", "x":2.25, "y":4.25}, {"label":"X", "x":3.25, "y":4.25}, {"label":"C", "x":4.25, "y":4.25}, {"label":"V", "x":5.25, "y":4.25}, {"label":"B", "x":6.25, "y":4.25}, {"label":"N", "x":7.25, "y":4.25}, {"label":"M", "x":8.25, "y":4.25}, {"label":"<", "x":9.25, "y":4.25}, {"label":">", "x":10.25, "y":4.25}, {"label":"?", "x":11.25, "y":4.25}, {"label":"Shift", "x":12.25, "y":4.25, "w":1.75}, {"label":"\u2191", "x":14, "y":4.25}, {"label":"Fn", "x":15, "y":4.25}, {"label":"Ctrl", "x":0, "y":5.25, "w":1.5}, {"label":"Alt", "x":2.25, "y":5.25, "w":1.5}, {"x":3.75, "y":5.25, "w":7}, {"label":"Alt", "x":10.75, "y":5.25, "w":1.5}, {"label":"\u2190", "x":13, "y":5.25}, {"label":"\u2193", "x":14, "y":5.25}, {"label":"\u2192", "x":15, "y":5.25}] | 13 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":1.5, "y":0}, {"label":"F2", "x":2.5, "y":0}, {"label":"F3", "x":3.5, "y":0}, {"label":"F4", "x":4.5, "y":0}, {"label":"F5", "x":6, "y":0}, {"label":"F6", "x":7, "y":0}, {"label":"F7", "x":8, "y":0}, {"label":"F8", "x":9, "y":0}, {"label":"F9", "x":10.5, "y":0}, {"label":"F10", "x":11.5, "y":0}, {"label":"F11", "x":12.5, "y":0}, {"label":"F12", "x":13.5, "y":0}, {"label":"Prt Sc", "x":15, "y":0}, {"label":"~", "x":0, "y":1.25}, {"label":"!", "x":1, "y":1.25}, {"label":"@", "x":2, "y":1.25}, {"label":"#", "x":3, "y":1.25}, {"label":"$", "x":4, "y":1.25}, {"label":"%", "x":5, "y":1.25}, {"label":"^", "x":6, "y":1.25}, {"label":"&", "x":7, "y":1.25}, {"label":"*", "x":8, "y":1.25}, {"label":"(", "x":9, "y":1.25}, {"label":")", "x":10, "y":1.25}, {"label":"_", "x":11, "y":1.25}, {"label":"+", "x":12, "y":1.25}, {"x":13, "y":1.25, "w":2}, {"label":"Delete", "x":15, "y":1.25}, {"label":"Tab", "x":0, "y":2.25, "w":1.5}, {"label":"Q", "x":1.5, "y":2.25}, {"label":"W", "x":2.5, "y":2.25}, {"label":"E", "x":3.5, "y":2.25}, {"label":"R", "x":4.5, "y":2.25}, {"label":"T", "x":5.5, "y":2.25}, {"label":"Y", "x":6.5, "y":2.25}, {"label":"U", "x":7.5, "y":2.25}, {"label":"I", "x":8.5, "y":2.25}, {"label":"O", "x":9.5, "y":2.25}, {"label":"P", "x":10.5, "y":2.25}, {"label":"{", "x":11.5, "y":2.25}, {"label":"}", "x":12.5, "y":2.25}, {"label":"|", "x":13.5, "y":2.25, "w":1.5}, {"label":"Page Up", "x":15, "y":2.25}, {"label":"Caps Lock", "x":0, "y":3.25, "w":1.75}, {"label":"A", "x":1.75, "y":3.25}, {"label":"S", "x":2.75, "y":3.25}, {"label":"D", "x":3.75, "y":3.25}, {"label":"F", "x":4.75, "y":3.25}, {"label":"G", "x":5.75, "y":3.25}, {"label":"H", "x":6.75, "y":3.25}, {"label":"J", "x":7.75, "y":3.25}, {"label":"K", "x":8.75, "y":3.25}, {"label":"L", "x":9.75, "y":3.25}, {"label":":", "x":10.75, "y":3.25}, {"label":"\"", "x":11.75, "y":3.25}, {"label":"Enter", "x":12.75, "y":3.25, "w":2.25}, {"label":"Page Down", "x":15, "y":3.25}, {"label":"Shift", "x":0, "y":4.25, "w":2.25}, {"label":"Z", "x":2.25, "y":4.25}, {"label":"X", "x":3.25, "y":4.25}, {"label":"C", "x":4.25, "y":4.25}, {"label":"V", "x":5.25, "y":4.25}, {"label":"B", "x":6.25, "y":4.25}, {"label":"N", "x":7.25, "y":4.25}, {"label":"M", "x":8.25, "y":4.25}, {"label":"<", "x":9.25, "y":4.25}, {"label":">", "x":10.25, "y":4.25}, {"label":"?", "x":11.25, "y":4.25}, {"label":"Shift", "x":12.25, "y":4.25, "w":1.75}, {"label":"\u2191", "x":14, "y":4.25}, {"label":"Fn", "x":15, "y":4.25}, {"label":"Ctrl", "x":0, "y":5.25, "w":1.5}, {"label":"Alt", "x":2.25, "y":5.25, "w":1.5}, {"x":3.75, "y":5.25, "w":7}, {"label":"Alt", "x":10.75, "y":5.25, "w":1.5}, {"label":"\u2190", "x":13, "y":5.25}, {"label":"\u2193", "x":14, "y":5.25}, {"label":"\u2192", "x":15, "y":5.25}] |
diff --git a/keyboards/reversestudio/decadepad/config.h b/keyboards/reversestudio/decadepad/config.h index f4bbdfda11..9d498b0542 100644 --- a/keyboards/reversestudio/decadepad/config.h +++ b/keyboards/reversestudio/decadepad/config.h | |||
| @@ -19,14 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | |||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define VENDOR_ID 0x5253 | ||
| 25 | #define PRODUCT_ID 0x4450 | ||
| 26 | #define DEVICE_VER 0x0001 | ||
| 27 | #define MANUFACTURER ReverseStudio | ||
| 28 | #define PRODUCT DecadePad | ||
| 29 | |||
| 30 | /* key matrix size */ | 22 | /* key matrix size */ |
| 31 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 32 | #define MATRIX_COLS 4 | 24 | #define MATRIX_COLS 4 |
diff --git a/keyboards/reversestudio/decadepad/info.json b/keyboards/reversestudio/decadepad/info.json index 0789acae2c..fc835f9182 100644 --- a/keyboards/reversestudio/decadepad/info.json +++ b/keyboards/reversestudio/decadepad/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "DecadePad", | 2 | "keyboard_name": "DecadePad", |
| 3 | "manufacturer": "ReverseStudio", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "huajijam", | 5 | "maintainer": "huajijam", |
| 6 | "usb": { | ||
| 7 | "vid": "0x5253", | ||
| 8 | "pid": "0x4450", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_numpad_6x4": { | 12 | "LAYOUT_numpad_6x4": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/reviung/reviung33/config.h b/keyboards/reviung/reviung33/config.h index f113de6d11..baf56d8035 100644 --- a/keyboards/reviung/reviung33/config.h +++ b/keyboards/reviung/reviung33/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x516D | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER gtips | ||
| 27 | #define PRODUCT reviung33 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 4 | 23 | #define MATRIX_ROWS 4 |
| 31 | #define MATRIX_COLS 10 | 24 | #define MATRIX_COLS 10 |
diff --git a/keyboards/reviung/reviung33/info.json b/keyboards/reviung/reviung33/info.json index 450a41930b..f5d83a1363 100644 --- a/keyboards/reviung/reviung33/info.json +++ b/keyboards/reviung/reviung33/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "reviung33", | 2 | "keyboard_name": "reviung33", |
| 3 | "manufacturer": "gtips", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "gtips", | 5 | "maintainer": "gtips", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x516D", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_reviung33": { | 12 | "LAYOUT_reviung33": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/reviung/reviung34/config.h b/keyboards/reviung/reviung34/config.h index 254ea550af..a59e82be54 100755 --- a/keyboards/reviung/reviung34/config.h +++ b/keyboards/reviung/reviung34/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x4E03 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER gtips | ||
| 27 | #define PRODUCT reviung34 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 4 | 23 | #define MATRIX_ROWS 4 |
| 31 | #define MATRIX_COLS 9 | 24 | #define MATRIX_COLS 9 |
diff --git a/keyboards/reviung/reviung34/info.json b/keyboards/reviung/reviung34/info.json index 6e727a4ff3..2738014d21 100755 --- a/keyboards/reviung/reviung34/info.json +++ b/keyboards/reviung/reviung34/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "reviung34", | 2 | "keyboard_name": "reviung34", |
| 3 | "manufacturer": "gtips", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "gtips", | 5 | "maintainer": "gtips", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x4E03", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_reviung34": { | 12 | "LAYOUT_reviung34": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/reviung/reviung39/config.h b/keyboards/reviung/reviung39/config.h index 1377cecd3f..88b229e684 100644 --- a/keyboards/reviung/reviung39/config.h +++ b/keyboards/reviung/reviung39/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x5F10 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER gtips | ||
| 27 | #define PRODUCT reviung39 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 7 | 23 | #define MATRIX_ROWS 7 |
| 31 | #define MATRIX_COLS 6 | 24 | #define MATRIX_COLS 6 |
diff --git a/keyboards/reviung/reviung39/info.json b/keyboards/reviung/reviung39/info.json index 725e2ff8e1..3602d0c2c3 100644 --- a/keyboards/reviung/reviung39/info.json +++ b/keyboards/reviung/reviung39/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "reviung39", | 2 | "keyboard_name": "reviung39", |
| 3 | "manufacturer": "gtips", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "gtips", | 5 | "maintainer": "gtips", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x5F10", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_reviung39": { | 12 | "LAYOUT_reviung39": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/reviung/reviung41/config.h b/keyboards/reviung/reviung41/config.h index afa83220c7..45e29b7baa 100644 --- a/keyboards/reviung/reviung41/config.h +++ b/keyboards/reviung/reviung41/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x7807 | ||
| 24 | #define PRODUCT_ID 0xDCCB | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER gtips | ||
| 27 | #define PRODUCT reviung41 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 7 | 23 | #define MATRIX_ROWS 7 |
| 31 | #define MATRIX_COLS 6 | 24 | #define MATRIX_COLS 6 |
diff --git a/keyboards/reviung/reviung41/info.json b/keyboards/reviung/reviung41/info.json index d640c86611..62c430b738 100644 --- a/keyboards/reviung/reviung41/info.json +++ b/keyboards/reviung/reviung41/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "reviung41", | 2 | "keyboard_name": "reviung41", |
| 3 | "manufacturer": "gtips", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "gtips", | 5 | "maintainer": "gtips", |
| 6 | "usb": { | ||
| 7 | "vid": "0x7807", | ||
| 8 | "pid": "0xDCCB", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_reviung41": { | 12 | "LAYOUT_reviung41": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/reviung/reviung5/config.h b/keyboards/reviung/reviung5/config.h index 38b88c07a8..a3413cfe45 100644 --- a/keyboards/reviung/reviung5/config.h +++ b/keyboards/reviung/reviung5/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x5C06 | ||
| 24 | #define PRODUCT_ID 0x4F0D | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER gtips | ||
| 27 | #define PRODUCT reviung5 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 1 | 23 | #define MATRIX_ROWS 1 |
| 31 | #define MATRIX_COLS 5 | 24 | #define MATRIX_COLS 5 |
diff --git a/keyboards/reviung/reviung5/info.json b/keyboards/reviung/reviung5/info.json index 78d27d64e2..12320d7774 100644 --- a/keyboards/reviung/reviung5/info.json +++ b/keyboards/reviung/reviung5/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "reviung5", | 2 | "keyboard_name": "reviung5", |
| 3 | "manufacturer": "gtips", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "gtips", | 5 | "maintainer": "gtips", |
| 6 | "usb": { | ||
| 7 | "vid": "0x5C06", | ||
| 8 | "pid": "0x4F0D", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_reviung5": { | 12 | "LAYOUT_reviung5": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/reviung/reviung53/config.h b/keyboards/reviung/reviung53/config.h index f874297d77..7baa0f910f 100644 --- a/keyboards/reviung/reviung53/config.h +++ b/keyboards/reviung/reviung53/config.h | |||
| @@ -5,13 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | #include "config_common.h" | 6 | #include "config_common.h" |
| 7 | 7 | ||
| 8 | /* USB Device descriptor parameter */ | ||
| 9 | #define VENDOR_ID 0x4E94 | ||
| 10 | #define PRODUCT_ID 0x4E09 | ||
| 11 | #define DEVICE_VER 0x0001 | ||
| 12 | #define MANUFACTURER gtips | ||
| 13 | #define PRODUCT reviung53 | ||
| 14 | |||
| 15 | /* key matrix size */ | 8 | /* key matrix size */ |
| 16 | #define MATRIX_ROWS 7 | 9 | #define MATRIX_ROWS 7 |
| 17 | #define MATRIX_COLS 8 | 10 | #define MATRIX_COLS 8 |
diff --git a/keyboards/reviung/reviung53/info.json b/keyboards/reviung/reviung53/info.json index ff63de5bc8..9001719324 100644 --- a/keyboards/reviung/reviung53/info.json +++ b/keyboards/reviung/reviung53/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "reviung53", | 2 | "keyboard_name": "reviung53", |
| 3 | "manufacturer": "gtips", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "gtips", | 5 | "maintainer": "gtips", |
| 6 | "usb": { | ||
| 7 | "vid": "0x4E94", | ||
| 8 | "pid": "0x4E09", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_reviung53": { | 12 | "LAYOUT_reviung53": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/reviung/reviung61/config.h b/keyboards/reviung/reviung61/config.h index 0d10c983c9..82293a2e86 100644 --- a/keyboards/reviung/reviung61/config.h +++ b/keyboards/reviung/reviung61/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x7C1A | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER gtips | ||
| 27 | #define PRODUCT reviung61 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 14 | 24 | #define MATRIX_COLS 14 |
diff --git a/keyboards/reviung/reviung61/info.json b/keyboards/reviung/reviung61/info.json index 5a23617d55..25ba896b2f 100644 --- a/keyboards/reviung/reviung61/info.json +++ b/keyboards/reviung/reviung61/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "reviung61", | 2 | "keyboard_name": "reviung61", |
| 3 | "manufacturer": "gtips", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "gtips", | 5 | "maintainer": "gtips", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x7C1A", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_60_ansi": { | 12 | "LAYOUT_60_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ristretto/config.h b/keyboards/ristretto/config.h index 3d5a66fbc3..0aad014e02 100644 --- a/keyboards/ristretto/config.h +++ b/keyboards/ristretto/config.h | |||
| @@ -18,13 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0x666B // fk | ||
| 23 | #define PRODUCT_ID 0x7273 // rs | ||
| 24 | #define DEVICE_VER 0x0001 // rev 1 | ||
| 25 | #define MANUFACTURER fruitykeeb | ||
| 26 | #define PRODUCT ristretto | ||
| 27 | |||
| 28 | /* key matrix size */ | 21 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 4 | 22 | #define MATRIX_ROWS 4 |
| 30 | #define MATRIX_COLS 13 | 23 | #define MATRIX_COLS 13 |
diff --git a/keyboards/ristretto/info.json b/keyboards/ristretto/info.json index de01aaea4d..a409f9339b 100644 --- a/keyboards/ristretto/info.json +++ b/keyboards/ristretto/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "ristretto", | 2 | "keyboard_name": "ristretto", |
| 3 | "manufacturer": "fruitykeeb", | ||
| 3 | "url": "https://www.fruitykeeb.xyz/product/ristretto", | 4 | "url": "https://www.fruitykeeb.xyz/product/ristretto", |
| 4 | "maintainer": "Fruit", | 5 | "maintainer": "Fruit", |
| 6 | "usb": { | ||
| 7 | "vid": "0x666B", | ||
| 8 | "pid": "0x7273", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rmkeebs/rm_numpad/config.h b/keyboards/rmkeebs/rm_numpad/config.h index e0c9ef89a6..3d7a6a7efa 100644 --- a/keyboards/rmkeebs/rm_numpad/config.h +++ b/keyboards/rmkeebs/rm_numpad/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x524E /* RN (RMKeebs Numpad) */ | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER RMKeebs | ||
| 27 | #define PRODUCT rm_numpad | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 5 | 24 | #define MATRIX_COLS 5 |
diff --git a/keyboards/rmkeebs/rm_numpad/info.json b/keyboards/rmkeebs/rm_numpad/info.json index 9ad0ebd286..9bba777661 100644 --- a/keyboards/rmkeebs/rm_numpad/info.json +++ b/keyboards/rmkeebs/rm_numpad/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "rm_numpad", | 2 | "keyboard_name": "rm_numpad", |
| 3 | "manufacturer": "RMKeebs", | ||
| 3 | "url": "https://www.rmkeebs.com/product/rm-numpad/", | 4 | "url": "https://www.rmkeebs.com/product/rm-numpad/", |
| 4 | "maintainer": "RuckerMachine", | 5 | "maintainer": "RuckerMachine", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x524E", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_numpad_6x4": { | 12 | "LAYOUT_numpad_6x4": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rocketboard_16/config.h b/keyboards/rocketboard_16/config.h index d06895f709..ab5cd2399f 100644 --- a/keyboards/rocketboard_16/config.h +++ b/keyboards/rocketboard_16/config.h | |||
| @@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0xB034 | ||
| 22 | #define PRODUCT_ID 0xFF16 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Rocketboard | ||
| 25 | #define PRODUCT Rocketboard-16 | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 5 | 21 | #define MATRIX_ROWS 5 |
| 29 | #define MATRIX_COLS 4 | 22 | #define MATRIX_COLS 4 |
diff --git a/keyboards/rocketboard_16/info.json b/keyboards/rocketboard_16/info.json index 1ff728bfb7..f9accb9629 100644 --- a/keyboards/rocketboard_16/info.json +++ b/keyboards/rocketboard_16/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Rocketboard-16", | 2 | "keyboard_name": "Rocketboard-16", |
| 3 | "manufacturer": "Rocketboard", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "fl3tching101", | 5 | "maintainer": "fl3tching101", |
| 6 | "usb": { | ||
| 7 | "vid": "0xB034", | ||
| 8 | "pid": "0xFF16", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layout_aliases": { | 11 | "layout_aliases": { |
| 6 | "LAYOUT_default": "LAYOUT" | 12 | "LAYOUT_default": "LAYOUT" |
| 7 | }, | 13 | }, |
diff --git a/keyboards/rominronin/katana60/rev1/config.h b/keyboards/rominronin/katana60/rev1/config.h index fea2d7d643..e7f7d92016 100644 --- a/keyboards/rominronin/katana60/rev1/config.h +++ b/keyboards/rominronin/katana60/rev1/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x7272 // "rr" - rominronin | ||
| 24 | #define PRODUCT_ID 0x0C2C | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER RominRonin CandyKeys | ||
| 27 | #define PRODUCT Katana60 rev1 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/rominronin/katana60/rev1/info.json b/keyboards/rominronin/katana60/rev1/info.json index 8ac62a68e3..1b4ec3c943 100644 --- a/keyboards/rominronin/katana60/rev1/info.json +++ b/keyboards/rominronin/katana60/rev1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Katana60 rev1", | 2 | "keyboard_name": "Katana60 rev1", |
| 3 | "manufacturer": "RominRonin CandyKeys", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "rominronin", | 5 | "maintainer": "rominronin", |
| 6 | "usb": { | ||
| 7 | "vid": "0x7272", | ||
| 8 | "pid": "0x0C2C", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rominronin/katana60/rev2/config.h b/keyboards/rominronin/katana60/rev2/config.h index 24984c8179..e1441acdfc 100644 --- a/keyboards/rominronin/katana60/rev2/config.h +++ b/keyboards/rominronin/katana60/rev2/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x7272 // "rr" - rominronin | ||
| 24 | #define PRODUCT_ID 0xF03B | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER RominRonin CandyKeys | ||
| 27 | #define PRODUCT Katana60 rev2 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/rominronin/katana60/rev2/info.json b/keyboards/rominronin/katana60/rev2/info.json index e2ac51024f..3b26ff635e 100644 --- a/keyboards/rominronin/katana60/rev2/info.json +++ b/keyboards/rominronin/katana60/rev2/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Katana60 rev2", | 2 | "keyboard_name": "Katana60 rev2", |
| 3 | "manufacturer": "RominRonin CandyKeys", | ||
| 3 | "url": "https://candykeys.com/product/katana60-pcb-V2", | 4 | "url": "https://candykeys.com/product/katana60-pcb-V2", |
| 4 | "maintainer": "rominronin", | 5 | "maintainer": "rominronin", |
| 6 | "usb": { | ||
| 7 | "vid": "0x7272", | ||
| 8 | "pid": "0xF03B", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_7u_a": { | 12 | "LAYOUT_7u_a": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/roseslite/config.h b/keyboards/roseslite/config.h index 44f415b379..c323bbbfed 100644 --- a/keyboards/roseslite/config.h +++ b/keyboards/roseslite/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xDE17 | ||
| 24 | #define PRODUCT_ID 0x0000 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER DeltaDesigns | ||
| 27 | #define PRODUCT roseslite | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/roseslite/info.json b/keyboards/roseslite/info.json index 70db000a64..0ecc988464 100644 --- a/keyboards/roseslite/info.json +++ b/keyboards/roseslite/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "roses lite", | 2 | "keyboard_name": "roses lite", |
| 3 | "manufacturer": "Delta Designs", | ||
| 3 | "url": "delta-design.xyz", | 4 | "url": "delta-design.xyz", |
| 4 | "maintainer": "Reason6/Vk2fgav", | 5 | "maintainer": "Reason6/Vk2fgav", |
| 6 | "usb": { | ||
| 7 | "vid": "0xDE17", | ||
| 8 | "pid": "0x0000", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/rotor/config.h b/keyboards/rotor/config.h index 9f3d8aa7d3..98cdb24a6b 100644 --- a/keyboards/rotor/config.h +++ b/keyboards/rotor/config.h | |||
| @@ -18,13 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0x04D8 | ||
| 23 | #define PRODUCT_ID 0xE8BE | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER Densus Design | ||
| 26 | #define PRODUCT Rotor | ||
| 27 | |||
| 28 | /* key matrix size */ | 21 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 5 | 22 | #define MATRIX_ROWS 5 |
| 30 | #define MATRIX_COLS 18 | 23 | #define MATRIX_COLS 18 |
diff --git a/keyboards/rotor/info.json b/keyboards/rotor/info.json index a5c86ec4bd..455a7b3f60 100644 --- a/keyboards/rotor/info.json +++ b/keyboards/rotor/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Rotor", | 2 | "keyboard_name": "Rotor", |
| 3 | "manufacturer": "Densus Design", | ||
| 3 | "url": "https://klc-playground.com/", | 4 | "url": "https://klc-playground.com/", |
| 4 | "maintainer": "2Moons", | 5 | "maintainer": "2Moons", |
| 6 | "usb": { | ||
| 7 | "vid": "0x04D8", | ||
| 8 | "pid": "0xE8BE", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"label":"Esc", "x":2.25, "y":0}, {"label":"!", "x":3.25, "y":0}, {"label":"@", "x":4.25, "y":0}, {"label":"#", "x":5.25, "y":0}, {"label":"$", "x":6.25, "y":0}, {"label":"%", "x":7.25, "y":0}, {"label":"^", "x":8.25, "y":0}, {"label":"&", "x":9.25, "y":0}, {"label":"*", "x":10.25, "y":0}, {"label":"(", "x":11.25, "y":0}, {"label":")", "x":12.25, "y":0}, {"label":"_", "x":13.25, "y":0}, {"label":"+", "x":14.25, "y":0}, {"label":"Backspace", "x":15.25, "y":0, "w":2}, {"label":"Home", "x":17.25, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"label":"Tab", "x":2.25, "y":1, "w":1.5}, {"label":"Q", "x":3.75, "y":1}, {"label":"W", "x":4.75, "y":1}, {"label":"E", "x":5.75, "y":1}, {"label":"R", "x":6.75, "y":1}, {"label":"T", "x":7.75, "y":1}, {"label":"Y", "x":8.75, "y":1}, {"label":"U", "x":9.75, "y":1}, {"label":"I", "x":10.75, "y":1}, {"label":"O", "x":11.75, "y":1}, {"label":"P", "x":12.75, "y":1}, {"label":"{", "x":13.75, "y":1}, {"label":"}", "x":14.75, "y":1}, {"label":"|", "x":15.75, "y":1, "w":1.5}, {"label":"PgUp", "x":17.25, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"label":"Caps Lock", "x":2.25, "y":2, "w":1.75}, {"label":"A", "x":4, "y":2}, {"label":"S", "x":5, "y":2}, {"label":"D", "x":6, "y":2}, {"label":"F", "x":7, "y":2}, {"label":"G", "x":8, "y":2}, {"label":"H", "x":9, "y":2}, {"label":"J", "x":10, "y":2}, {"label":"K", "x":11, "y":2}, {"label":"L", "x":12, "y":2}, {"label":":", "x":13, "y":2}, {"label":"\"", "x":14, "y":2}, {"label":"Enter", "x":15, "y":2, "w":2.25}, {"label":"PgDn", "x":17.25, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"label":"Shift", "x":2.25, "y":3, "w":2.25}, {"label":"Z", "x":4.5, "y":3}, {"label":"X", "x":5.5, "y":3}, {"label":"C", "x":6.5, "y":3}, {"label":"V", "x":7.5, "y":3}, {"label":"B", "x":8.5, "y":3}, {"label":"N", "x":9.5, "y":3}, {"label":"M", "x":10.5, "y":3}, {"label":"<", "x":11.5, "y":3}, {"label":">", "x":12.5, "y":3}, {"label":"?", "x":13.5, "y":3}, {"label":"Shift", "x":14.5, "y":3, "w":1.75}, {"label":"\u2191", "x":16.25, "y":3}, {"label":"End", "x":17.25, "y":3}, {"x":0, "y":4}, {"x":1, "y":4}, {"label":"Ctrl", "x":2.25, "y":4, "w":1.5}, {"x":3.75, "y":4}, {"label":"Alt", "x":4.75, "y":4, "w":1.5}, {"label":"7u", "x":6.25, "y":4, "w":7}, {"label":"Ctrl", "x":13.25, "y":4, "w":1.5}, {"label":"\u2190", "x":15.25, "y":4}, {"label":"\u2193", "x":16.25, "y":4}, {"label":"\u2192", "x":17.25, "y":4}] | 13 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"label":"Esc", "x":2.25, "y":0}, {"label":"!", "x":3.25, "y":0}, {"label":"@", "x":4.25, "y":0}, {"label":"#", "x":5.25, "y":0}, {"label":"$", "x":6.25, "y":0}, {"label":"%", "x":7.25, "y":0}, {"label":"^", "x":8.25, "y":0}, {"label":"&", "x":9.25, "y":0}, {"label":"*", "x":10.25, "y":0}, {"label":"(", "x":11.25, "y":0}, {"label":")", "x":12.25, "y":0}, {"label":"_", "x":13.25, "y":0}, {"label":"+", "x":14.25, "y":0}, {"label":"Backspace", "x":15.25, "y":0, "w":2}, {"label":"Home", "x":17.25, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"label":"Tab", "x":2.25, "y":1, "w":1.5}, {"label":"Q", "x":3.75, "y":1}, {"label":"W", "x":4.75, "y":1}, {"label":"E", "x":5.75, "y":1}, {"label":"R", "x":6.75, "y":1}, {"label":"T", "x":7.75, "y":1}, {"label":"Y", "x":8.75, "y":1}, {"label":"U", "x":9.75, "y":1}, {"label":"I", "x":10.75, "y":1}, {"label":"O", "x":11.75, "y":1}, {"label":"P", "x":12.75, "y":1}, {"label":"{", "x":13.75, "y":1}, {"label":"}", "x":14.75, "y":1}, {"label":"|", "x":15.75, "y":1, "w":1.5}, {"label":"PgUp", "x":17.25, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"label":"Caps Lock", "x":2.25, "y":2, "w":1.75}, {"label":"A", "x":4, "y":2}, {"label":"S", "x":5, "y":2}, {"label":"D", "x":6, "y":2}, {"label":"F", "x":7, "y":2}, {"label":"G", "x":8, "y":2}, {"label":"H", "x":9, "y":2}, {"label":"J", "x":10, "y":2}, {"label":"K", "x":11, "y":2}, {"label":"L", "x":12, "y":2}, {"label":":", "x":13, "y":2}, {"label":"\"", "x":14, "y":2}, {"label":"Enter", "x":15, "y":2, "w":2.25}, {"label":"PgDn", "x":17.25, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"label":"Shift", "x":2.25, "y":3, "w":2.25}, {"label":"Z", "x":4.5, "y":3}, {"label":"X", "x":5.5, "y":3}, {"label":"C", "x":6.5, "y":3}, {"label":"V", "x":7.5, "y":3}, {"label":"B", "x":8.5, "y":3}, {"label":"N", "x":9.5, "y":3}, {"label":"M", "x":10.5, "y":3}, {"label":"<", "x":11.5, "y":3}, {"label":">", "x":12.5, "y":3}, {"label":"?", "x":13.5, "y":3}, {"label":"Shift", "x":14.5, "y":3, "w":1.75}, {"label":"\u2191", "x":16.25, "y":3}, {"label":"End", "x":17.25, "y":3}, {"x":0, "y":4}, {"x":1, "y":4}, {"label":"Ctrl", "x":2.25, "y":4, "w":1.5}, {"x":3.75, "y":4}, {"label":"Alt", "x":4.75, "y":4, "w":1.5}, {"label":"7u", "x":6.25, "y":4, "w":7}, {"label":"Ctrl", "x":13.25, "y":4, "w":1.5}, {"label":"\u2190", "x":15.25, "y":4}, {"label":"\u2193", "x":16.25, "y":4}, {"label":"\u2192", "x":17.25, "y":4}] |
diff --git a/keyboards/rotr/config.h b/keyboards/rotr/config.h index b9eac7d8bc..c16d420910 100644 --- a/keyboards/rotr/config.h +++ b/keyboards/rotr/config.h | |||
| @@ -2,13 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | #include "config_common.h" | 3 | #include "config_common.h" |
| 4 | 4 | ||
| 5 | /* USB Device descriptor parameter */ | ||
| 6 | #define VENDOR_ID 0x726F | ||
| 7 | #define PRODUCT_ID 0x0001 | ||
| 8 | #define DEVICE_VER 0x0001 | ||
| 9 | #define MANUFACTURER ROTR | ||
| 10 | #define PRODUCT ROTR | ||
| 11 | |||
| 12 | /* key matrix size */ | 5 | /* key matrix size */ |
| 13 | #define MATRIX_ROWS 1 | 6 | #define MATRIX_ROWS 1 |
| 14 | #define MATRIX_COLS 3 | 7 | #define MATRIX_COLS 3 |
diff --git a/keyboards/rotr/info.json b/keyboards/rotr/info.json index cf3113b496..a621150f6b 100644 --- a/keyboards/rotr/info.json +++ b/keyboards/rotr/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "rotr", | 2 | "keyboard_name": "ROTR", |
| 3 | "manufacturer": "ROTR", | ||
| 3 | "url": "https://geekhack.org/index.php?topic=107104.0", | 4 | "url": "https://geekhack.org/index.php?topic=107104.0", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x726F", | ||
| 8 | "pid": "0x0001", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}] | 13 | "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}] |
diff --git a/keyboards/rpiguy9907/southpaw66/config.h b/keyboards/rpiguy9907/southpaw66/config.h index b5cef39a6f..fb5c072fff 100644 --- a/keyboards/rpiguy9907/southpaw66/config.h +++ b/keyboards/rpiguy9907/southpaw66/config.h | |||
| @@ -17,12 +17,6 @@ | |||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x9907 // "9907" - rpiguy9907 | ||
| 22 | #define PRODUCT_ID 0x5366 // "S" "66" | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER rpiguy9907 | ||
| 25 | #define PRODUCT Southpaw66 | ||
| 26 | 20 | ||
| 27 | #define TAPPING_TERM 400 | 21 | #define TAPPING_TERM 400 |
| 28 | 22 | ||
diff --git a/keyboards/rpiguy9907/southpaw66/info.json b/keyboards/rpiguy9907/southpaw66/info.json index ae9e1d4c67..fb8e6789da 100644 --- a/keyboards/rpiguy9907/southpaw66/info.json +++ b/keyboards/rpiguy9907/southpaw66/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Southpaw66", | 2 | "keyboard_name": "Southpaw66", |
| 3 | "manufacturer": "rpiguy9907", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x9907", | ||
| 8 | "pid": "0x5366", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | 13 | ||
diff --git a/keyboards/rubi/config.h b/keyboards/rubi/config.h index 25c7aa5be7..6e773bf055 100644 --- a/keyboards/rubi/config.h +++ b/keyboards/rubi/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x4752 | ||
| 24 | #define PRODUCT_ID 0x5242 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER gregorio | ||
| 27 | #define PRODUCT Rubi | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 4 | 24 | #define MATRIX_COLS 4 |
diff --git a/keyboards/rubi/info.json b/keyboards/rubi/info.json index 2ee76f3fdd..95d77d5204 100644 --- a/keyboards/rubi/info.json +++ b/keyboards/rubi/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Rubi", | 2 | "keyboard_name": "Rubi", |
| 3 | "manufacturer": "gregorio", | ||
| 3 | "url": "https://github.com/ohchiko/qmk_firmware/tree/master/keyboards/rubi", | 4 | "url": "https://github.com/ohchiko/qmk_firmware/tree/master/keyboards/rubi", |
| 4 | "maintainer": "gregorio", | 5 | "maintainer": "gregorio", |
| 6 | "usb": { | ||
| 7 | "vid": "0x4752", | ||
| 8 | "pid": "0x5242", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/runes/skjoldr/config.h b/keyboards/runes/skjoldr/config.h index 5e605792c7..b74eed3904 100644 --- a/keyboards/runes/skjoldr/config.h +++ b/keyboards/runes/skjoldr/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x726E | ||
| 24 | #define PRODUCT_ID 0x736B | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Runes | ||
| 27 | #define PRODUCT Skjöldr | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 14 | 24 | #define MATRIX_COLS 14 |
diff --git a/keyboards/runes/skjoldr/info.json b/keyboards/runes/skjoldr/info.json index 337f14c755..4ebb2a7309 100644 --- a/keyboards/runes/skjoldr/info.json +++ b/keyboards/runes/skjoldr/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Runes Skjöldr", | 2 | "keyboard_name": "Skjöldr", |
| 3 | "manufacturer": "Runes", | ||
| 3 | "url": "https://www.runes.id", | 4 | "url": "https://www.runes.id", |
| 4 | "maintainer": "vicktorhu", | 5 | "maintainer": "vicktorhu", |
| 6 | "usb": { | ||
| 7 | "vid": "0x726E", | ||
| 8 | "pid": "0x736B", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layout_aliases": { | 11 | "layout_aliases": { |
| 6 | "LAYOUT": "LAYOUT_60_ansi_arrow" | 12 | "LAYOUT": "LAYOUT_60_ansi_arrow" |
| 7 | }, | 13 | }, |
diff --git a/keyboards/runes/vaengr/config.h b/keyboards/runes/vaengr/config.h index 67ba4ca0fe..1a2f1a202e 100644 --- a/keyboards/runes/vaengr/config.h +++ b/keyboards/runes/vaengr/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x726E | ||
| 24 | #define PRODUCT_ID 0x7661 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Runes | ||
| 27 | #define PRODUCT VÆNGR | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 12 | 24 | #define MATRIX_COLS 12 |
diff --git a/keyboards/runes/vaengr/info.json b/keyboards/runes/vaengr/info.json index 53619a7868..3c5d4e2b86 100644 --- a/keyboards/runes/vaengr/info.json +++ b/keyboards/runes/vaengr/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Runes Vængr", | 2 | "keyboard_name": "VÆNGR", |
| 3 | "manufacturer": "Runes", | ||
| 3 | "url": "https://www.runes.id", | 4 | "url": "https://www.runes.id", |
| 4 | "maintainer": "Vicktor", | 5 | "maintainer": "Vicktor", |
| 6 | "usb": { | ||
| 7 | "vid": "0x726E", | ||
| 8 | "pid": "0x7661", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ryanbaekr/rb18/config.h b/keyboards/ryanbaekr/rb18/config.h index 6351db6acf..e7b1fd5b87 100644 --- a/keyboards/ryanbaekr/rb18/config.h +++ b/keyboards/ryanbaekr/rb18/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x7262 | ||
| 24 | #define PRODUCT_ID 0x0018 | ||
| 25 | #define DEVICE_VER 0x0003 | ||
| 26 | #define MANUFACTURER ryanbaekr | ||
| 27 | #define PRODUCT rb18 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 4 | 24 | #define MATRIX_COLS 4 |
diff --git a/keyboards/ryanbaekr/rb18/info.json b/keyboards/ryanbaekr/rb18/info.json index 5537f63a92..ba8f2955c1 100644 --- a/keyboards/ryanbaekr/rb18/info.json +++ b/keyboards/ryanbaekr/rb18/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "rb18", | 2 | "keyboard_name": "rb18", |
| 3 | "manufacturer": "ryanbaekr", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "ryanbaekr", | 5 | "maintainer": "ryanbaekr", |
| 6 | "usb": { | ||
| 7 | "vid": "0x7262", | ||
| 8 | "pid": "0x0018", | ||
| 9 | "device_version": "0.0.3" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_numpad_5x4": { | 12 | "LAYOUT_numpad_5x4": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/ryanbaekr/rb69/config.h b/keyboards/ryanbaekr/rb69/config.h index 0464befc5f..7fe0e39988 100644 --- a/keyboards/ryanbaekr/rb69/config.h +++ b/keyboards/ryanbaekr/rb69/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x7262 | ||
| 24 | #define PRODUCT_ID 0x0069 | ||
| 25 | #define DEVICE_VER 0x0003 | ||
| 26 | #define MANUFACTURER ryanbaekr | ||
| 27 | #define PRODUCT rb69 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/ryanbaekr/rb69/info.json b/keyboards/ryanbaekr/rb69/info.json index 0377479cf6..805169a526 100644 --- a/keyboards/ryanbaekr/rb69/info.json +++ b/keyboards/ryanbaekr/rb69/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "rb69", | 2 | "keyboard_name": "rb69", |
| 3 | "manufacturer": "ryanbaekr", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x7262", | ||
| 8 | "pid": "0x0069", | ||
| 9 | "device_version": "0.0.3" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [{"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}, {"x":3, "y":1.25}, {"x":4, "y":1.25}, {"x":5, "y":1.25}, {"x":6, "y":1.25}, {"x":7, "y":1.25}, {"x":8, "y":1.25}, {"x":9, "y":1.25}, {"x":10, "y":1.25}, {"x":11, "y":1.25}, {"x":12, "y":1.25}, {"x":13, "y":1.25}, {"x":14, "y":1.25}, {"x":15.25, "y":1.25}, {"x":0, "y":2.25, "w":1.5}, {"x":1.5, "y":2.25}, {"x":2.5, "y":2.25}, {"x":3.5, "y":2.25}, {"x":4.5, "y":2.25}, {"x":5.5, "y":2.25}, {"x":6.5, "y":2.25}, {"x":7.5, "y":2.25}, {"x":8.5, "y":2.25}, {"x":9.5, "y":2.25}, {"x":10.5, "y":2.25}, {"x":11.5, "y":2.25}, {"x":12.5, "y":2.25}, {"x":13.5, "y":2.25, "w":1.5}, {"x":15.25, "y":2.25}, {"x":0, "y":3.25, "w":1.75}, {"x":1.75, "y":3.25}, {"x":2.75, "y":3.25}, {"x":3.75, "y":3.25}, {"x":4.75, "y":3.25}, {"x":5.75, "y":3.25}, {"x":6.75, "y":3.25}, {"x":7.75, "y":3.25}, {"x":8.75, "y":3.25}, {"x":9.75, "y":3.25}, {"x":10.75, "y":3.25}, {"x":11.75, "y":3.25}, {"x":12.75, "y":3.25, "w":2.25}, {"x":15.25, "y":3.25}, {"x":0, "y":4.25, "w":2.25}, {"x":2.25, "y":4.25}, {"x":3.25, "y":4.25}, {"x":4.25, "y":4.25}, {"x":5.25, "y":4.25}, {"x":6.25, "y":4.25}, {"x":7.25, "y":4.25}, {"x":8.25, "y":4.25}, {"x":9.25, "y":4.25}, {"x":10.25, "y":4.25}, {"x":11.25, "y":4.25}, {"x":12.25, "y":4.25, "w":1.5}, {"x":15.25, "y":4.25}, {"x":14, "y":4.5}, {"x":0, "y":5.25, "w":1.5}, {"x":1.5, "y":5.25, "w":1.25}, {"x":2.75, "y":5.25, "w":1.25}, {"x":4, "y":5.25, "w":6.25}, {"x":10.25, "y":5.25, "w":1.25}, {"x":11.5, "y":5.25, "w":1.25}, {"x":13, "y":5.5}, {"x":14, "y":5.5}, {"x":15, "y":5.5}] | 13 | "layout": [{"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}, {"x":3, "y":1.25}, {"x":4, "y":1.25}, {"x":5, "y":1.25}, {"x":6, "y":1.25}, {"x":7, "y":1.25}, {"x":8, "y":1.25}, {"x":9, "y":1.25}, {"x":10, "y":1.25}, {"x":11, "y":1.25}, {"x":12, "y":1.25}, {"x":13, "y":1.25}, {"x":14, "y":1.25}, {"x":15.25, "y":1.25}, {"x":0, "y":2.25, "w":1.5}, {"x":1.5, "y":2.25}, {"x":2.5, "y":2.25}, {"x":3.5, "y":2.25}, {"x":4.5, "y":2.25}, {"x":5.5, "y":2.25}, {"x":6.5, "y":2.25}, {"x":7.5, "y":2.25}, {"x":8.5, "y":2.25}, {"x":9.5, "y":2.25}, {"x":10.5, "y":2.25}, {"x":11.5, "y":2.25}, {"x":12.5, "y":2.25}, {"x":13.5, "y":2.25, "w":1.5}, {"x":15.25, "y":2.25}, {"x":0, "y":3.25, "w":1.75}, {"x":1.75, "y":3.25}, {"x":2.75, "y":3.25}, {"x":3.75, "y":3.25}, {"x":4.75, "y":3.25}, {"x":5.75, "y":3.25}, {"x":6.75, "y":3.25}, {"x":7.75, "y":3.25}, {"x":8.75, "y":3.25}, {"x":9.75, "y":3.25}, {"x":10.75, "y":3.25}, {"x":11.75, "y":3.25}, {"x":12.75, "y":3.25, "w":2.25}, {"x":15.25, "y":3.25}, {"x":0, "y":4.25, "w":2.25}, {"x":2.25, "y":4.25}, {"x":3.25, "y":4.25}, {"x":4.25, "y":4.25}, {"x":5.25, "y":4.25}, {"x":6.25, "y":4.25}, {"x":7.25, "y":4.25}, {"x":8.25, "y":4.25}, {"x":9.25, "y":4.25}, {"x":10.25, "y":4.25}, {"x":11.25, "y":4.25}, {"x":12.25, "y":4.25, "w":1.5}, {"x":15.25, "y":4.25}, {"x":14, "y":4.5}, {"x":0, "y":5.25, "w":1.5}, {"x":1.5, "y":5.25, "w":1.25}, {"x":2.75, "y":5.25, "w":1.25}, {"x":4, "y":5.25, "w":6.25}, {"x":10.25, "y":5.25, "w":1.25}, {"x":11.5, "y":5.25, "w":1.25}, {"x":13, "y":5.5}, {"x":14, "y":5.5}, {"x":15, "y":5.5}] |
diff --git a/keyboards/ryanbaekr/rb86/config.h b/keyboards/ryanbaekr/rb86/config.h index fd076dd706..af10504520 100644 --- a/keyboards/ryanbaekr/rb86/config.h +++ b/keyboards/ryanbaekr/rb86/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x7262 | ||
| 24 | #define PRODUCT_ID 0x0086 | ||
| 25 | #define DEVICE_VER 0x0002 | ||
| 26 | #define MANUFACTURER ryanbaekr | ||
| 27 | #define PRODUCT rb86 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 6 | 23 | #define MATRIX_ROWS 6 |
| 31 | #define MATRIX_COLS 17 | 24 | #define MATRIX_COLS 17 |
diff --git a/keyboards/ryanbaekr/rb86/info.json b/keyboards/ryanbaekr/rb86/info.json index 42cf9e2aa1..05e3da7686 100644 --- a/keyboards/ryanbaekr/rb86/info.json +++ b/keyboards/ryanbaekr/rb86/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "rb86", | 2 | "keyboard_name": "rb86", |
| 3 | "manufacturer": "ryanbaekr", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x7262", | ||
| 8 | "pid": "0x0086", | ||
| 9 | "device_version": "0.0.2" | ||
| 10 | }, | ||
| 5 | "layout_aliases": { | 11 | "layout_aliases": { |
| 6 | "LAYOUT_numpad_6x17": "LAYOUT" | 12 | "LAYOUT_numpad_6x17": "LAYOUT" |
| 7 | }, | 13 | }, |
diff --git a/keyboards/ryanskidmore/rskeys100/config.h b/keyboards/ryanskidmore/rskeys100/config.h index aa3dcb3622..187834f7e3 100644 --- a/keyboards/ryanskidmore/rskeys100/config.h +++ b/keyboards/ryanskidmore/rskeys100/config.h | |||
| @@ -5,13 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | #include "config_common.h" | 6 | #include "config_common.h" |
| 7 | 7 | ||
| 8 | /* USB Device descriptor parameter */ | ||
| 9 | #define VENDOR_ID 0x7273 // rs | ||
| 10 | #define PRODUCT_ID 0x0064 // 100 | ||
| 11 | #define DEVICE_VER 0x0001 // rev 1 | ||
| 12 | #define MANUFACTURER ryanskidmore | ||
| 13 | #define PRODUCT rsKeys100 | ||
| 14 | |||
| 15 | /* Key Matrix Sizes */ | 8 | /* Key Matrix Sizes */ |
| 16 | #define MATRIX_ROWS 6 | 9 | #define MATRIX_ROWS 6 |
| 17 | #define MATRIX_COLS 24 | 10 | #define MATRIX_COLS 24 |
diff --git a/keyboards/ryanskidmore/rskeys100/info.json b/keyboards/ryanskidmore/rskeys100/info.json index e87e7c50d3..ab2fbd9897 100644 --- a/keyboards/ryanskidmore/rskeys100/info.json +++ b/keyboards/ryanskidmore/rskeys100/info.json | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "rskeys100", | 2 | "keyboard_name": "rsKeys100", |
| 3 | "manufacturer": "ryanskidmore", | ||
| 4 | "usb": { | ||
| 5 | "vid": "0x7273", | ||
| 6 | "pid": "0x0064", | ||
| 7 | "device_version": "0.0.1" | ||
| 8 | }, | ||
| 3 | "url": "", | 9 | "url": "", |
| 4 | "maintainer": "ryanskidmore", | 10 | "maintainer": "ryanskidmore", |
| 5 | "layouts": { | 11 | "layouts": { |
diff --git a/keyboards/ryloo_studio/m0110/config.h b/keyboards/ryloo_studio/m0110/config.h index 754c164b6a..4fea945a5c 100755 --- a/keyboards/ryloo_studio/m0110/config.h +++ b/keyboards/ryloo_studio/m0110/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x614D | ||
| 24 | #define PRODUCT_ID 0x1000 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Ryloo studio | ||
| 27 | #define PRODUCT M0110 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/ryloo_studio/m0110/info.json b/keyboards/ryloo_studio/m0110/info.json index 10917cb3ec..694fd668d0 100644 --- a/keyboards/ryloo_studio/m0110/info.json +++ b/keyboards/ryloo_studio/m0110/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "M0110", | 2 | "keyboard_name": "M0110", |
| 3 | "manufacturer": "Ryloo studio", | ||
| 3 | "url": "https://drop.com/buy/ryloo-studio-hello-m0110-mechanical-keyboard-kit", | 4 | "url": "https://drop.com/buy/ryloo-studio-hello-m0110-mechanical-keyboard-kit", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x614D", | ||
| 8 | "pid": "0x1000", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
