diff options
| author | Ryan <fauxpark@gmail.com> | 2022-08-20 10:31:48 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-20 10:31:48 +1000 |
| commit | 48792b030b754c8b3983a97071db1b09ae6353d4 (patch) | |
| tree | 2b6d8d40e7ed59a59a41f26de00e4bf4898c02a4 | |
| parent | 39f0fb7beaaf3a1e6ac8d52db0bc51ed786fad17 (diff) | |
Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079)
121 files changed, 309 insertions, 293 deletions
diff --git a/keyboards/handwired/bento/rev1/config.h b/keyboards/handwired/bento/rev1/config.h index 9bb7ef666d..0eb7664878 100644 --- a/keyboards/handwired/bento/rev1/config.h +++ b/keyboards/handwired/bento/rev1/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 0xDAD3 | ||
| 24 | #define DEVICE_VER 0x0100 | ||
| 25 | #define MANUFACTURER GhostSeven | ||
| 26 | #define PRODUCT Bento Macropad Rev. 1 | ||
| 27 | |||
| 28 | /* key matrix size */ | 21 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 2 | 22 | #define MATRIX_ROWS 2 |
| 30 | #define MATRIX_COLS 3 | 23 | #define MATRIX_COLS 3 |
diff --git a/keyboards/handwired/bento/info.json b/keyboards/handwired/bento/rev1/info.json index cae2773de2..26aab3813a 100644 --- a/keyboards/handwired/bento/info.json +++ b/keyboards/handwired/bento/rev1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Bento Macropad", | 2 | "keyboard_name": "Bento Macropad Rev. 1", |
| 3 | "manufacturer": "GhostSeven", | ||
| 3 | "url": "https://www.thingiverse.com/thing:4416966", | 4 | "url": "https://www.thingiverse.com/thing:4416966", |
| 4 | "maintainer": "Ghostseven", | 5 | "maintainer": "Ghostseven", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0xDAD3", | ||
| 9 | "device_version": "1.0.0" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/co60/info.json b/keyboards/handwired/co60/info.json index 95fb155836..a6b2ae15dd 100644 --- a/keyboards/handwired/co60/info.json +++ b/keyboards/handwired/co60/info.json | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "CO60", | 2 | "manufacturer": "John M Daly", |
| 3 | "url": "https://github.com/jmdaly/CO60", | 3 | "url": "https://github.com/jmdaly/CO60", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "qmk", |
| 5 | "usb": { | ||
| 6 | "vid": "0xFEED", | ||
| 7 | "pid": "0x0000" | ||
| 8 | }, | ||
| 5 | "layouts": { | 9 | "layouts": { |
| 6 | "LAYOUT_all": { | 10 | "LAYOUT_all": { |
| 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":"Del", "x":14, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"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}, {"x":12.75, "y":2}, {"label":"Enter", "x":13.75, "y":2, "w":1.25}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"Fn", "x":14, "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":"LSpace", "x":3.75, "y":4, "w":2.25}, {"label":"Fn", "x":6, "y":4, "w":1.25}, {"label":"RSpace", "x":7.25, "y":4, "w":2.75}, {"label":"Alt", "x":10, "y":4, "w":1}, {"label":"Win", "x":11, "y":4, "w":1}, {"label":"Menu", "x":12, "y":4, "w":1}, {"label":"Ctrl", "x":13, "y":4, "w":1}, {"label":"Fn", "x":14, "y":4, "w":1}] | 11 | "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":"Del", "x":14, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"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}, {"x":12.75, "y":2}, {"label":"Enter", "x":13.75, "y":2, "w":1.25}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"Fn", "x":14, "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":"LSpace", "x":3.75, "y":4, "w":2.25}, {"label":"Fn", "x":6, "y":4, "w":1.25}, {"label":"RSpace", "x":7.25, "y":4, "w":2.75}, {"label":"Alt", "x":10, "y":4, "w":1}, {"label":"Win", "x":11, "y":4, "w":1}, {"label":"Menu", "x":12, "y":4, "w":1}, {"label":"Ctrl", "x":13, "y":4, "w":1}, {"label":"Fn", "x":14, "y":4, "w":1}] |
diff --git a/keyboards/handwired/co60/rev1/config.h b/keyboards/handwired/co60/rev1/config.h index a41bde6fa2..ea2dfadffd 100644 --- a/keyboards/handwired/co60/rev1/config.h +++ b/keyboards/handwired/co60/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 0xFEED | ||
| 24 | #define PRODUCT_ID 0x0000 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER John M Daly | ||
| 27 | #define PRODUCT CO60 | ||
| 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/handwired/co60/rev1/info.json b/keyboards/handwired/co60/rev1/info.json new file mode 100644 index 0000000000..0b24f1e805 --- /dev/null +++ b/keyboards/handwired/co60/rev1/info.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "CO60 rev 1", | ||
| 3 | "usb": { | ||
| 4 | "device_version": "1.0.0" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/keyboards/handwired/co60/rev6/config.h b/keyboards/handwired/co60/rev6/config.h index c142d10f29..3ab4305841 100644 --- a/keyboards/handwired/co60/rev6/config.h +++ b/keyboards/handwired/co60/rev6/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 0x0000 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER John M Daly | ||
| 26 | #define PRODUCT CO60 rev6 | ||
| 27 | |||
| 28 | /* key matrix size */ | 21 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 5 | 22 | #define MATRIX_ROWS 5 |
| 30 | #define MATRIX_COLS 15 | 23 | #define MATRIX_COLS 15 |
diff --git a/keyboards/handwired/co60/rev6/info.json b/keyboards/handwired/co60/rev6/info.json new file mode 100644 index 0000000000..f24eaa40e2 --- /dev/null +++ b/keyboards/handwired/co60/rev6/info.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "CO60 rev 6", | ||
| 3 | "usb": { | ||
| 4 | "device_version": "6.0.0" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/keyboards/handwired/co60/rev7/config.h b/keyboards/handwired/co60/rev7/config.h index 16fa7cb4c5..9475280267 100644 --- a/keyboards/handwired/co60/rev7/config.h +++ b/keyboards/handwired/co60/rev7/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 John M Daly | ||
| 27 | #define PRODUCT CO60 rev7 | ||
| 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/handwired/co60/rev7/info.json b/keyboards/handwired/co60/rev7/info.json new file mode 100644 index 0000000000..8befb8663c --- /dev/null +++ b/keyboards/handwired/co60/rev7/info.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "CO60 rev 7", | ||
| 3 | "usb": { | ||
| 4 | "device_version": "7.0.0" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/keyboards/handwired/dactyl_manuform/3x5_3/config.h b/keyboards/handwired/dactyl_manuform/3x5_3/config.h index e417599a40..804db6c7e3 100644 --- a/keyboards/handwired/dactyl_manuform/3x5_3/config.h +++ b/keyboards/handwired/dactyl_manuform/3x5_3/config.h | |||
| @@ -18,14 +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 PRODUCT_ID 0x3536 | ||
| 22 | #define DEVICE_VER 0x0003 | ||
| 23 | #ifdef MANUFACTURER | ||
| 24 | #undef MANUFACTURER | ||
| 25 | #endif | ||
| 26 | #define MANUFACTURER DLFord | ||
| 27 | #define PRODUCT Dactyl Minidox (3x5+3) | ||
| 28 | |||
| 29 | // Communication | 21 | // Communication |
| 30 | // #define USE_I2C | 22 | // #define USE_I2C |
| 31 | #define USE_SERIAL | 23 | #define USE_SERIAL |
diff --git a/keyboards/handwired/dactyl_manuform/3x5_3/info.json b/keyboards/handwired/dactyl_manuform/3x5_3/info.json index abf23aa45d..b7c2c99f09 100644 --- a/keyboards/handwired/dactyl_manuform/3x5_3/info.json +++ b/keyboards/handwired/dactyl_manuform/3x5_3/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 3x5_3", | 2 | "keyboard_name": "Dactyl Minidox (3x5+3)", |
| 3 | "manufacturer": "DLFord", | ||
| 3 | "url": "https://www.dlford.io/keyboard-build-guide-per-key-rgb-leds/", | 4 | "url": "https://www.dlford.io/keyboard-build-guide-per-key-rgb-leds/", |
| 4 | "maintainer": "dlford", | 5 | "maintainer": "dlford", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3536", | ||
| 9 | "device_version": "0.0.3" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_split_3x5_3": { | 12 | "LAYOUT_split_3x5_3": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/4x5/config.h b/keyboards/handwired/dactyl_manuform/4x5/config.h index 8a06aeab8e..d6d568bf4e 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/config.h +++ b/keyboards/handwired/dactyl_manuform/4x5/config.h | |||
| @@ -20,11 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define PRODUCT_ID 0x3435 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER tshort | ||
| 27 | |||
| 28 | /* key matrix size */ | 23 | /* key matrix size */ |
| 29 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 30 | #define MATRIX_ROWS 10 | 25 | #define MATRIX_ROWS 10 |
diff --git a/keyboards/handwired/dactyl_manuform/4x5/info.json b/keyboards/handwired/dactyl_manuform/4x5/info.json index beeafd06e0..7dfe18c06e 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/info.json +++ b/keyboards/handwired/dactyl_manuform/4x5/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 4x5", | 2 | "keyboard_name": "Dactyl Manuform 4x5", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3435", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/4x5_5/config.h b/keyboards/handwired/dactyl_manuform/4x5_5/config.h index 23f3b358e1..baaab51614 100644 --- a/keyboards/handwired/dactyl_manuform/4x5_5/config.h +++ b/keyboards/handwired/dactyl_manuform/4x5_5/config.h | |||
| @@ -5,15 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | #include "config_common.h" | 6 | #include "config_common.h" |
| 7 | 7 | ||
| 8 | |||
| 9 | /* USB Device descriptor parameters */ | ||
| 10 | #define PRODUCT_ID 0x3435 | ||
| 11 | #define DEVICE_VER 0x0001 | ||
| 12 | |||
| 13 | #ifndef MANUFACTURER | ||
| 14 | #define MANUFACTURER ssedrick | ||
| 15 | #endif | ||
| 16 | |||
| 17 | #define MATRIX_ROWS 10 | 8 | #define MATRIX_ROWS 10 |
| 18 | #define MATRIX_COLUMNS 5 | 9 | #define MATRIX_COLUMNS 5 |
| 19 | 10 | ||
diff --git a/keyboards/handwired/dactyl_manuform/4x5_5/info.json b/keyboards/handwired/dactyl_manuform/4x5_5/info.json index 0df6a23192..10b938a5c9 100644 --- a/keyboards/handwired/dactyl_manuform/4x5_5/info.json +++ b/keyboards/handwired/dactyl_manuform/4x5_5/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 4x5 5 thumb keys", | 2 | "keyboard_name": "Dactyl Manuform 4x5 5 thumb keys", |
| 3 | "manufacturer": "ssedrick", | ||
| 3 | "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/dactyl_manuform/4x5_5", | 4 | "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/dactyl_manuform/4x5_5", |
| 4 | "maintainer": "ssedrick", | 5 | "maintainer": "ssedrick", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3435", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/4x6/config.h b/keyboards/handwired/dactyl_manuform/4x6/config.h index 2e79517b25..9d2e3880ed 100644 --- a/keyboards/handwired/dactyl_manuform/4x6/config.h +++ b/keyboards/handwired/dactyl_manuform/4x6/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define PRODUCT_ID 0x3436 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | |||
| 27 | /* key matrix size */ | 23 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 25 | #define MATRIX_ROWS 10 |
diff --git a/keyboards/handwired/dactyl_manuform/4x6/info.json b/keyboards/handwired/dactyl_manuform/4x6/info.json index 4a5c8d5eeb..f2c26516eb 100644 --- a/keyboards/handwired/dactyl_manuform/4x6/info.json +++ b/keyboards/handwired/dactyl_manuform/4x6/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 4x6", | 2 | "keyboard_name": "Dactyl Manuform 4x6", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3436", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/4x6_5/config.h b/keyboards/handwired/dactyl_manuform/4x6_5/config.h index 2e79517b25..9d2e3880ed 100644 --- a/keyboards/handwired/dactyl_manuform/4x6_5/config.h +++ b/keyboards/handwired/dactyl_manuform/4x6_5/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define PRODUCT_ID 0x3436 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | |||
| 27 | /* key matrix size */ | 23 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 25 | #define MATRIX_ROWS 10 |
diff --git a/keyboards/handwired/dactyl_manuform/4x6_5/info.json b/keyboards/handwired/dactyl_manuform/4x6_5/info.json index 3534cc01a6..e62f9f5b07 100644 --- a/keyboards/handwired/dactyl_manuform/4x6_5/info.json +++ b/keyboards/handwired/dactyl_manuform/4x6_5/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 4x6 5 thumb keys", | 2 | "keyboard_name": "Dactyl Manuform 4x6 5 thumb keys", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3436", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/5x6/config.h b/keyboards/handwired/dactyl_manuform/5x6/config.h index 6b93da9588..fc3f00bbc4 100644 --- a/keyboards/handwired/dactyl_manuform/5x6/config.h +++ b/keyboards/handwired/dactyl_manuform/5x6/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | #define PRODUCT_ID 0x3536 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define PRODUCT Dactyl-Manuform (5x6) | ||
| 26 | |||
| 27 | /* key matrix size */ | 23 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 12 | 25 | #define MATRIX_ROWS 12 |
diff --git a/keyboards/handwired/dactyl_manuform/5x6/info.json b/keyboards/handwired/dactyl_manuform/5x6/info.json index d5778f0455..81bf8b19e8 100644 --- a/keyboards/handwired/dactyl_manuform/5x6/info.json +++ b/keyboards/handwired/dactyl_manuform/5x6/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 5x6", | 2 | "keyboard_name": "Dactyl-Manuform (5x6)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3536", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_5x6": { | 12 | "LAYOUT_5x6": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h b/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h index cb147654ba..031400fe0c 100644 --- a/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h +++ b/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h | |||
| @@ -19,10 +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 | #define PRODUCT_ID 0x3536 | ||
| 23 | #define DEVICE_VER 0x0003 | ||
| 24 | #define PRODUCT Dactyl-Manuform (5x6+2) | ||
| 25 | |||
| 26 | /* key matrix size */ | 22 | /* key matrix size */ |
| 27 | #define MATRIX_ROWS 12 | 23 | #define MATRIX_ROWS 12 |
| 28 | #define MATRIX_COLS 6 | 24 | #define MATRIX_COLS 6 |
diff --git a/keyboards/handwired/dactyl_manuform/5x6_2_5/info.json b/keyboards/handwired/dactyl_manuform/5x6_2_5/info.json index 6c4f6b2fca..efb791d63a 100644 --- a/keyboards/handwired/dactyl_manuform/5x6_2_5/info.json +++ b/keyboards/handwired/dactyl_manuform/5x6_2_5/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 5x6 2 extra keys and 5 thumb keys", | 2 | "keyboard_name": "Dactyl-Manuform (5x6+2)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "jceb", | 5 | "maintainer": "jceb", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3536", | ||
| 9 | "device_version": "0.0.3" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_5x6_2_5": { | 12 | "LAYOUT_5x6_2_5": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/5x6_5/config.h b/keyboards/handwired/dactyl_manuform/5x6_5/config.h index 031ccf88d7..273f90c600 100644 --- a/keyboards/handwired/dactyl_manuform/5x6_5/config.h +++ b/keyboards/handwired/dactyl_manuform/5x6_5/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | #define PRODUCT_ID 0x3536 | ||
| 24 | #define DEVICE_VER 0x0002 | ||
| 25 | #define PRODUCT Dactyl-Manuform (5x6) | ||
| 26 | |||
| 27 | /* key matrix size */ | 23 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 12 | 25 | #define MATRIX_ROWS 12 |
diff --git a/keyboards/handwired/dactyl_manuform/5x6_5/info.json b/keyboards/handwired/dactyl_manuform/5x6_5/info.json index 7bcbf65812..82885646eb 100644 --- a/keyboards/handwired/dactyl_manuform/5x6_5/info.json +++ b/keyboards/handwired/dactyl_manuform/5x6_5/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 5x6 5 thumb keys", | 2 | "keyboard_name": "Dactyl-Manuform (5x6)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "jceb", | 5 | "maintainer": "jceb", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3536", | ||
| 9 | "device_version": "0.0.2" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_5x6_5": { | 12 | "LAYOUT_5x6_5": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/5x7/config.h b/keyboards/handwired/dactyl_manuform/5x7/config.h index 6b915d6118..b24d002006 100644 --- a/keyboards/handwired/dactyl_manuform/5x7/config.h +++ b/keyboards/handwired/dactyl_manuform/5x7/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | #define PRODUCT_ID 0x3537 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define PRODUCT Dactyl-Manuform (5x7) | ||
| 26 | |||
| 27 | /* key matrix size */ | 23 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 12 | 25 | #define MATRIX_ROWS 12 |
diff --git a/keyboards/handwired/dactyl_manuform/5x7/info.json b/keyboards/handwired/dactyl_manuform/5x7/info.json index 7280e90ca0..6a0b8f21ae 100644 --- a/keyboards/handwired/dactyl_manuform/5x7/info.json +++ b/keyboards/handwired/dactyl_manuform/5x7/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 5x7", | 2 | "keyboard_name": "Dactyl-Manuform (5x7)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3537", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_5x7": { | 12 | "LAYOUT_5x7": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/6x6/config.h b/keyboards/handwired/dactyl_manuform/6x6/config.h index 15682fcadf..3568b56143 100644 --- a/keyboards/handwired/dactyl_manuform/6x6/config.h +++ b/keyboards/handwired/dactyl_manuform/6x6/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | #define PRODUCT_ID 0x3636 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define PRODUCT "Dactyl-Manuform (6x6)" | ||
| 26 | |||
| 27 | /* USB Device descriptor parameter */ | 23 | /* USB Device descriptor parameter */ |
| 28 | 24 | ||
| 29 | /* key matrix size */ | 25 | /* key matrix size */ |
diff --git a/keyboards/handwired/dactyl_manuform/6x6/info.json b/keyboards/handwired/dactyl_manuform/6x6/info.json index 1f4e7dc3a4..bfc65baf18 100644 --- a/keyboards/handwired/dactyl_manuform/6x6/info.json +++ b/keyboards/handwired/dactyl_manuform/6x6/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 6x6", | 2 | "keyboard_name": "Dactyl-Manuform (6x6)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3636", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_6x6": { | 12 | "LAYOUT_6x6": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/6x6_4/config.h b/keyboards/handwired/dactyl_manuform/6x6_4/config.h index 8f965f6957..b7aeb2cc0d 100644 --- a/keyboards/handwired/dactyl_manuform/6x6_4/config.h +++ b/keyboards/handwired/dactyl_manuform/6x6_4/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | #define PRODUCT_ID 0x3636 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define PRODUCT Dactyl-Manuform (6x6+4) | ||
| 26 | |||
| 27 | /* key matrix size */ | 23 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 14 | 25 | #define MATRIX_ROWS 14 |
diff --git a/keyboards/handwired/dactyl_manuform/6x6_4/info.json b/keyboards/handwired/dactyl_manuform/6x6_4/info.json index 470e775c0e..1ee5e566be 100644 --- a/keyboards/handwired/dactyl_manuform/6x6_4/info.json +++ b/keyboards/handwired/dactyl_manuform/6x6_4/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 6x6 4 extra keys", | 2 | "keyboard_name": "Dactyl-Manuform (6x6+4)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "dmik", | 5 | "maintainer": "dmik", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3636", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_6x6_4": { | 12 | "LAYOUT_6x6_4": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/6x6_kinesis/config.h b/keyboards/handwired/dactyl_manuform/6x6_kinesis/config.h index 8f965f6957..b7aeb2cc0d 100644 --- a/keyboards/handwired/dactyl_manuform/6x6_kinesis/config.h +++ b/keyboards/handwired/dactyl_manuform/6x6_kinesis/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | #define PRODUCT_ID 0x3636 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define PRODUCT Dactyl-Manuform (6x6+4) | ||
| 26 | |||
| 27 | /* key matrix size */ | 23 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 14 | 25 | #define MATRIX_ROWS 14 |
diff --git a/keyboards/handwired/dactyl_manuform/6x6_kinesis/info.json b/keyboards/handwired/dactyl_manuform/6x6_kinesis/info.json index e106a04c69..a78fe14fcd 100644 --- a/keyboards/handwired/dactyl_manuform/6x6_kinesis/info.json +++ b/keyboards/handwired/dactyl_manuform/6x6_kinesis/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 6x6 Kinesis Advantage edition", | 2 | "keyboard_name": "Dactyl-Manuform (6x6+4)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "dmik", | 5 | "maintainer": "dmik", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3636", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_6x6_kinesis": { | 12 | "LAYOUT_6x6_kinesis": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/6x7/config.h b/keyboards/handwired/dactyl_manuform/6x7/config.h index f66f4b036f..5805496e2b 100644 --- a/keyboards/handwired/dactyl_manuform/6x7/config.h +++ b/keyboards/handwired/dactyl_manuform/6x7/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | #define PRODUCT_ID 0x3636 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define PRODUCT Dactyl-Manuform (6x7) | ||
| 26 | |||
| 27 | /* key matrix size */ | 23 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 14 | 25 | #define MATRIX_ROWS 14 |
diff --git a/keyboards/handwired/dactyl_manuform/6x7/info.json b/keyboards/handwired/dactyl_manuform/6x7/info.json index 7b08dd8881..89548923b6 100644 --- a/keyboards/handwired/dactyl_manuform/6x7/info.json +++ b/keyboards/handwired/dactyl_manuform/6x7/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dactyl Manuform 6x7", | 2 | "keyboard_name": "Dactyl-Manuform (6x7)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3636", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_6x7": { | 12 | "LAYOUT_6x7": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dactyl_manuform/config.h b/keyboards/handwired/dactyl_manuform/config.h index 18942f9e5f..b0745f8573 100644 --- a/keyboards/handwired/dactyl_manuform/config.h +++ b/keyboards/handwired/dactyl_manuform/config.h | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define VENDOR_ID 0x444D | ||
| 25 | #define MANUFACTURER tshort | ||
| 26 | |||
| 27 | /* mouse config */ | 23 | /* mouse config */ |
| 28 | #define MOUSEKEY_INTERVAL 20 | 24 | #define MOUSEKEY_INTERVAL 20 |
| 29 | #define MOUSEKEY_DELAY 0 | 25 | #define MOUSEKEY_DELAY 0 |
diff --git a/keyboards/handwired/dactyl_manuform/dmote/62key/config.h b/keyboards/handwired/dactyl_manuform/dmote/62key/config.h index cb65d8c19c..8b256a86f1 100644 --- a/keyboards/handwired/dactyl_manuform/dmote/62key/config.h +++ b/keyboards/handwired/dactyl_manuform/dmote/62key/config.h | |||
| @@ -2,9 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | #include "config_common.h" | 3 | #include "config_common.h" |
| 4 | 4 | ||
| 5 | #define PRODUCT_ID 0x3632 | ||
| 6 | #define DEVICE_VER 0x0001 | ||
| 7 | #define PRODUCT DMOTE (62-key) | ||
| 8 | #define MATRIX_ROWS 12 | 5 | #define MATRIX_ROWS 12 |
| 9 | #define MATRIX_COLS 6 | 6 | #define MATRIX_COLS 6 |
| 10 | 7 | ||
diff --git a/keyboards/handwired/dactyl_manuform/dmote/62key/info.json b/keyboards/handwired/dactyl_manuform/dmote/62key/info.json index 82b9738cd5..7860fe6c6a 100644 --- a/keyboards/handwired/dactyl_manuform/dmote/62key/info.json +++ b/keyboards/handwired/dactyl_manuform/dmote/62key/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "DMOTE 62-key", | 2 | "keyboard_name": "DMOTE (62-key)", |
| 3 | "manufacturer": "tshort", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "veikman", | 5 | "maintainer": "veikman", |
| 6 | "usb": { | ||
| 7 | "vid": "0x444D", | ||
| 8 | "pid": "0x3632", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_62key": { | 12 | "LAYOUT_62key": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/dygma/raise/ansi/info.json b/keyboards/handwired/dygma/raise/ansi/info.json index f7f9a07c1c..34fae50a89 100644 --- a/keyboards/handwired/dygma/raise/ansi/info.json +++ b/keyboards/handwired/dygma/raise/ansi/info.json | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dygma Raise", | ||
| 3 | "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise", | ||
| 4 | "maintainer": "ibash", | ||
| 5 | "layouts": { | 2 | "layouts": { |
| 6 | "LAYOUT_all": { | 3 | "LAYOUT_all": { |
| 7 | "layout": [ | 4 | "layout": [ |
diff --git a/keyboards/handwired/dygma/raise/config.h b/keyboards/handwired/dygma/raise/config.h index 674fd592cf..64c6bad8e8 100644 --- a/keyboards/handwired/dygma/raise/config.h +++ b/keyboards/handwired/dygma/raise/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 0x1209 | ||
| 22 | #define PRODUCT_ID 0x2201 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Dygma | ||
| 25 | #define PRODUCT Raise | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | // rows are doubled for split | 21 | // rows are doubled for split |
| 29 | #define MATRIX_ROWS 10 | 22 | #define MATRIX_ROWS 10 |
diff --git a/keyboards/handwired/dygma/raise/info.json b/keyboards/handwired/dygma/raise/info.json new file mode 100644 index 0000000000..9bf37d6d27 --- /dev/null +++ b/keyboards/handwired/dygma/raise/info.json | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Raise", | ||
| 3 | "manufacturer": "Dygma", | ||
| 4 | "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise", | ||
| 5 | "maintainer": "ibash", | ||
| 6 | "usb": { | ||
| 7 | "vid": "0x1209", | ||
| 8 | "pid": "0x2201", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | } | ||
| 11 | } | ||
diff --git a/keyboards/handwired/dygma/raise/iso/info.json b/keyboards/handwired/dygma/raise/iso/info.json index f7f9a07c1c..34fae50a89 100644 --- a/keyboards/handwired/dygma/raise/iso/info.json +++ b/keyboards/handwired/dygma/raise/iso/info.json | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Dygma Raise", | ||
| 3 | "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise", | ||
| 4 | "maintainer": "ibash", | ||
| 5 | "layouts": { | 2 | "layouts": { |
| 6 | "LAYOUT_all": { | 3 | "LAYOUT_all": { |
| 7 | "layout": [ | 4 | "layout": [ |
diff --git a/keyboards/handwired/ms_sculpt_mobile/astar/config.h b/keyboards/handwired/ms_sculpt_mobile/astar/config.h index c34b86acb2..aafa6953c7 100644 --- a/keyboards/handwired/ms_sculpt_mobile/astar/config.h +++ b/keyboards/handwired/ms_sculpt_mobile/astar/config.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #define PRODUCT sculpt mobile astar | ||
| 4 | |||
| 5 | #define MATRIX_ROW_PINS { D7, C6, D4, D0, D1, D3, D2, E2 } | 3 | #define MATRIX_ROW_PINS { D7, C6, D4, D0, D1, D3, D2, E2 } |
| 6 | #define MATRIX_COL_PINS { B4, B5, E6, B7, B6, D6, C7, F7, F6, F4, F5, F1, F0, D5, B0, B1, B2, B3 } | 4 | #define MATRIX_COL_PINS { B4, B5, E6, B7, B6, D6, C7, F7, F6, F4, F5, F1, F0, D5, B0, B1, B2, B3 } |
diff --git a/keyboards/handwired/ms_sculpt_mobile/astar/info.json b/keyboards/handwired/ms_sculpt_mobile/astar/info.json new file mode 100644 index 0000000000..bbdfe24cf3 --- /dev/null +++ b/keyboards/handwired/ms_sculpt_mobile/astar/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "sculpt mobile astar" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/ms_sculpt_mobile/config.h b/keyboards/handwired/ms_sculpt_mobile/config.h index df478e6d8a..54bc2689a2 100644 --- a/keyboards/handwired/ms_sculpt_mobile/config.h +++ b/keyboards/handwired/ms_sculpt_mobile/config.h | |||
| @@ -19,12 +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 0x6060 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Microsoftplus | ||
| 27 | |||
| 28 | /* key matrix size */ | 22 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 8 | 23 | #define MATRIX_ROWS 8 |
| 30 | #define MATRIX_COLS 18 | 24 | #define MATRIX_COLS 18 |
diff --git a/keyboards/handwired/ms_sculpt_mobile/info.json b/keyboards/handwired/ms_sculpt_mobile/info.json index 1c171af8f3..a66f43fadc 100644 --- a/keyboards/handwired/ms_sculpt_mobile/info.json +++ b/keyboards/handwired/ms_sculpt_mobile/info.json | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "MS Sculpt Mobile", | 2 | "manufacturer": "Microsoftplus", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "qmk", |
| 5 | "usb": { | ||
| 6 | "vid": "0xFEED", | ||
| 7 | "pid": "0x6060", | ||
| 8 | "device_version": "0.0.1" | ||
| 9 | }, | ||
| 5 | "layouts": { | 10 | "layouts": { |
| 6 | "LAYOUT": { | 11 | "LAYOUT": { |
| 7 | "layout": [ | 12 | "layout": [ |
diff --git a/keyboards/handwired/ms_sculpt_mobile/teensy2pp/config.h b/keyboards/handwired/ms_sculpt_mobile/teensy2pp/config.h index a69d3fd3b0..7a514a76cb 100644 --- a/keyboards/handwired/ms_sculpt_mobile/teensy2pp/config.h +++ b/keyboards/handwired/ms_sculpt_mobile/teensy2pp/config.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #define PRODUCT sculpt mobile teensypp | ||
| 4 | |||
| 5 | #define MATRIX_ROW_PINS { F7, F6, F4, F5, F3, F2, F1, F0 } | 3 | #define MATRIX_ROW_PINS { F7, F6, F4, F5, F3, F2, F1, F0 } |
| 6 | #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, D4, D5, D6, D7, E0, E1, C1, C0, C3, C2, C5, C4, C7 } | 4 | #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, D4, D5, D6, D7, E0, E1, C1, C0, C3, C2, C5, C4, C7 } |
diff --git a/keyboards/handwired/ms_sculpt_mobile/teensy2pp/info.json b/keyboards/handwired/ms_sculpt_mobile/teensy2pp/info.json new file mode 100644 index 0000000000..e94752a82d --- /dev/null +++ b/keyboards/handwired/ms_sculpt_mobile/teensy2pp/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "sculpt mobile teensypp" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/blackpill_f401/config.h b/keyboards/handwired/onekey/blackpill_f401/config.h index 3825d3f7ec..467a2df729 100644 --- a/keyboards/handwired/onekey/blackpill_f401/config.h +++ b/keyboards/handwired/onekey/blackpill_f401/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Blackpill STM32F401 | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { B0 } | 21 | #define MATRIX_COL_PINS { B0 } |
| 24 | #define MATRIX_ROW_PINS { A7 } | 22 | #define MATRIX_ROW_PINS { A7 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/blackpill_f401/info.json b/keyboards/handwired/onekey/blackpill_f401/info.json new file mode 100644 index 0000000000..50afb4b9b0 --- /dev/null +++ b/keyboards/handwired/onekey/blackpill_f401/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Blackpill STM32F401" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/blackpill_f411/config.h b/keyboards/handwired/onekey/blackpill_f411/config.h index 3797217153..7447ef6e4c 100644 --- a/keyboards/handwired/onekey/blackpill_f411/config.h +++ b/keyboards/handwired/onekey/blackpill_f411/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Blackpill STM32F411 | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { B0 } | 21 | #define MATRIX_COL_PINS { B0 } |
| 24 | #define MATRIX_ROW_PINS { A7 } | 22 | #define MATRIX_ROW_PINS { A7 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/blackpill_f411/info.json b/keyboards/handwired/onekey/blackpill_f411/info.json new file mode 100644 index 0000000000..0b2c14d5b9 --- /dev/null +++ b/keyboards/handwired/onekey/blackpill_f411/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Blackpill STM32F411" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/blackpill_f411_tinyuf2/config.h b/keyboards/handwired/onekey/blackpill_f411_tinyuf2/config.h index 44ec0bfc6e..defc092733 100755 --- a/keyboards/handwired/onekey/blackpill_f411_tinyuf2/config.h +++ b/keyboards/handwired/onekey/blackpill_f411_tinyuf2/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Blackpill STM32F411 TinyUF2 | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { B0 } | 21 | #define MATRIX_COL_PINS { B0 } |
| 24 | #define MATRIX_ROW_PINS { A7 } | 22 | #define MATRIX_ROW_PINS { A7 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/blackpill_f411_tinyuf2/info.json b/keyboards/handwired/onekey/blackpill_f411_tinyuf2/info.json new file mode 100644 index 0000000000..59cdec59f7 --- /dev/null +++ b/keyboards/handwired/onekey/blackpill_f411_tinyuf2/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Blackpill STM32F411 TinyUF2" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/bluepill/config.h b/keyboards/handwired/onekey/bluepill/config.h index 3eb7699a8b..ba043fc8c1 100644 --- a/keyboards/handwired/onekey/bluepill/config.h +++ b/keyboards/handwired/onekey/bluepill/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Bluepill STM32F103 | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { B0 } | 21 | #define MATRIX_COL_PINS { B0 } |
| 24 | #define MATRIX_ROW_PINS { A7 } | 22 | #define MATRIX_ROW_PINS { A7 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/bluepill/info.json b/keyboards/handwired/onekey/bluepill/info.json new file mode 100644 index 0000000000..2126c62b05 --- /dev/null +++ b/keyboards/handwired/onekey/bluepill/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Bluepill STM32F103" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/config.h b/keyboards/handwired/onekey/config.h index f491d4d393..26ad3c95e0 100644 --- a/keyboards/handwired/onekey/config.h +++ b/keyboards/handwired/onekey/config.h | |||
| @@ -17,12 +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 0xFEED | ||
| 22 | #define PRODUCT_ID 0x6465 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER QMK | ||
| 25 | |||
| 26 | /* key matrix size */ | 20 | /* key matrix size */ |
| 27 | #define MATRIX_ROWS 1 | 21 | #define MATRIX_ROWS 1 |
| 28 | #define MATRIX_COLS 1 | 22 | #define MATRIX_COLS 1 |
diff --git a/keyboards/handwired/onekey/elite_c/config.h b/keyboards/handwired/onekey/elite_c/config.h index f495a1c38b..02c81ce743 100644 --- a/keyboards/handwired/onekey/elite_c/config.h +++ b/keyboards/handwired/onekey/elite_c/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Elite-C | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { F4 } | 21 | #define MATRIX_COL_PINS { F4 } |
| 24 | #define MATRIX_ROW_PINS { F5 } | 22 | #define MATRIX_ROW_PINS { F5 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/elite_c/info.json b/keyboards/handwired/onekey/elite_c/info.json new file mode 100644 index 0000000000..d86f8b4395 --- /dev/null +++ b/keyboards/handwired/onekey/elite_c/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Elite-C" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/evb_wb32f3g71/config.h b/keyboards/handwired/onekey/evb_wb32f3g71/config.h index 91ae8b8996..4668809198 100644 --- a/keyboards/handwired/onekey/evb_wb32f3g71/config.h +++ b/keyboards/handwired/onekey/evb_wb32f3g71/config.h | |||
| @@ -4,8 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include "config_common.h" | 5 | #include "config_common.h" |
| 6 | 6 | ||
| 7 | #define PRODUCT Onekey WB32F3G71 | ||
| 8 | |||
| 9 | #define MATRIX_COL_PINS { B12 } | 7 | #define MATRIX_COL_PINS { B12 } |
| 10 | #define MATRIX_ROW_PINS { B13 } | 8 | #define MATRIX_ROW_PINS { B13 } |
| 11 | #define UNUSED_PINS | 9 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/evb_wb32f3g71/info.json b/keyboards/handwired/onekey/evb_wb32f3g71/info.json new file mode 100644 index 0000000000..c4d9d317e5 --- /dev/null +++ b/keyboards/handwired/onekey/evb_wb32f3g71/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey WB32F3G71 Eval" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/evb_wb32fq95/config.h b/keyboards/handwired/onekey/evb_wb32fq95/config.h index 9014d08f52..4668809198 100644 --- a/keyboards/handwired/onekey/evb_wb32fq95/config.h +++ b/keyboards/handwired/onekey/evb_wb32fq95/config.h | |||
| @@ -4,8 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include "config_common.h" | 5 | #include "config_common.h" |
| 6 | 6 | ||
| 7 | #define PRODUCT Onekey WB32FQ95 | ||
| 8 | |||
| 9 | #define MATRIX_COL_PINS { B12 } | 7 | #define MATRIX_COL_PINS { B12 } |
| 10 | #define MATRIX_ROW_PINS { B13 } | 8 | #define MATRIX_ROW_PINS { B13 } |
| 11 | #define UNUSED_PINS | 9 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/evb_wb32fq95/info.json b/keyboards/handwired/onekey/evb_wb32fq95/info.json new file mode 100644 index 0000000000..ccc65b2e70 --- /dev/null +++ b/keyboards/handwired/onekey/evb_wb32fq95/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey WB32FQ95 Eval" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/info.json b/keyboards/handwired/onekey/info.json index 7455e9f362..46cdc82827 100644 --- a/keyboards/handwired/onekey/info.json +++ b/keyboards/handwired/onekey/info.json | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "onekey handwired", | 2 | "manufacturer": "QMK", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "qmk", |
| 5 | "usb": { | ||
| 6 | "vid": "0xFEED", | ||
| 7 | "pid": "0x6465", | ||
| 8 | "device_version": "0.0.1" | ||
| 9 | }, | ||
| 5 | "layouts": { | 10 | "layouts": { |
| 6 | "LAYOUT_ortho_1x1": { | 11 | "LAYOUT_ortho_1x1": { |
| 7 | "layout": [ | 12 | "layout": [ |
diff --git a/keyboards/handwired/onekey/nucleo_l432kc/config.h b/keyboards/handwired/onekey/nucleo_l432kc/config.h index 7aa74f6682..2deb30c34c 100644 --- a/keyboards/handwired/onekey/nucleo_l432kc/config.h +++ b/keyboards/handwired/onekey/nucleo_l432kc/config.h | |||
| @@ -4,8 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include "config_common.h" | 5 | #include "config_common.h" |
| 6 | 6 | ||
| 7 | #define PRODUCT Onekey L432KC | ||
| 8 | |||
| 9 | #define MATRIX_COL_PINS { A2 } | 7 | #define MATRIX_COL_PINS { A2 } |
| 10 | #define MATRIX_ROW_PINS { A1 } | 8 | #define MATRIX_ROW_PINS { A1 } |
| 11 | #define UNUSED_PINS | 9 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/nucleo_l432kc/info.json b/keyboards/handwired/onekey/nucleo_l432kc/info.json new file mode 100644 index 0000000000..3f497fc80a --- /dev/null +++ b/keyboards/handwired/onekey/nucleo_l432kc/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Nucleo L432KC" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/promicro/config.h b/keyboards/handwired/onekey/promicro/config.h index 9c8961d5ca..02c81ce743 100644 --- a/keyboards/handwired/onekey/promicro/config.h +++ b/keyboards/handwired/onekey/promicro/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Pro Micro | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { F4 } | 21 | #define MATRIX_COL_PINS { F4 } |
| 24 | #define MATRIX_ROW_PINS { F5 } | 22 | #define MATRIX_ROW_PINS { F5 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/promicro/info.json b/keyboards/handwired/onekey/promicro/info.json new file mode 100644 index 0000000000..6b35da4d75 --- /dev/null +++ b/keyboards/handwired/onekey/promicro/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Pro Micro" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/proton_c/config.h b/keyboards/handwired/onekey/proton_c/config.h index 5600ae33ae..a42672c616 100644 --- a/keyboards/handwired/onekey/proton_c/config.h +++ b/keyboards/handwired/onekey/proton_c/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Proton-C | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { A2 } | 21 | #define MATRIX_COL_PINS { A2 } |
| 24 | #define MATRIX_ROW_PINS { A1 } | 22 | #define MATRIX_ROW_PINS { A1 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/proton_c/info.json b/keyboards/handwired/onekey/proton_c/info.json new file mode 100644 index 0000000000..47ac089f7a --- /dev/null +++ b/keyboards/handwired/onekey/proton_c/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Proton-C" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/sipeed_longan_nano/info.json b/keyboards/handwired/onekey/sipeed_longan_nano/info.json new file mode 100644 index 0000000000..10f661c3d9 --- /dev/null +++ b/keyboards/handwired/onekey/sipeed_longan_nano/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Sipeed Longan Nano" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/stm32f0_disco/config.h b/keyboards/handwired/onekey/stm32f0_disco/config.h index e0f6d00050..105a0ea4b1 100644 --- a/keyboards/handwired/onekey/stm32f0_disco/config.h +++ b/keyboards/handwired/onekey/stm32f0_disco/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey STM32F072 Discovery | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { B4 } | 21 | #define MATRIX_COL_PINS { B4 } |
| 24 | #define MATRIX_ROW_PINS { B5 } | 22 | #define MATRIX_ROW_PINS { B5 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/stm32f0_disco/info.json b/keyboards/handwired/onekey/stm32f0_disco/info.json new file mode 100644 index 0000000000..ef4312059b --- /dev/null +++ b/keyboards/handwired/onekey/stm32f0_disco/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey STM32F072 Discovery" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/stm32f405_feather/config.h b/keyboards/handwired/onekey/stm32f405_feather/config.h index 32d7807975..77546e7b41 100644 --- a/keyboards/handwired/onekey/stm32f405_feather/config.h +++ b/keyboards/handwired/onekey/stm32f405_feather/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Adafruit Feather STM32F405 | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { C2 } | 21 | #define MATRIX_COL_PINS { C2 } |
| 24 | #define MATRIX_ROW_PINS { C3 } | 22 | #define MATRIX_ROW_PINS { C3 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/stm32f405_feather/info.json b/keyboards/handwired/onekey/stm32f405_feather/info.json new file mode 100644 index 0000000000..410ddbdd32 --- /dev/null +++ b/keyboards/handwired/onekey/stm32f405_feather/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Adafruit Feather STM32F405" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/teensy_2/config.h b/keyboards/handwired/onekey/teensy_2/config.h index b83262ef05..167373cd39 100644 --- a/keyboards/handwired/onekey/teensy_2/config.h +++ b/keyboards/handwired/onekey/teensy_2/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Teensy 2.0 | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { F4 } | 21 | #define MATRIX_COL_PINS { F4 } |
| 24 | #define MATRIX_ROW_PINS { F5 } | 22 | #define MATRIX_ROW_PINS { F5 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/teensy_2/info.json b/keyboards/handwired/onekey/teensy_2/info.json new file mode 100644 index 0000000000..f081d3a25c --- /dev/null +++ b/keyboards/handwired/onekey/teensy_2/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Teensy 2.0" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/teensy_2pp/config.h b/keyboards/handwired/onekey/teensy_2pp/config.h index 886ad70cbf..167373cd39 100644 --- a/keyboards/handwired/onekey/teensy_2pp/config.h +++ b/keyboards/handwired/onekey/teensy_2pp/config.h | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | #define PRODUCT Onekey Teensy 2++ | ||
| 22 | |||
| 23 | #define MATRIX_COL_PINS { F4 } | 21 | #define MATRIX_COL_PINS { F4 } |
| 24 | #define MATRIX_ROW_PINS { F5 } | 22 | #define MATRIX_ROW_PINS { F5 } |
| 25 | #define UNUSED_PINS | 23 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/teensy_2pp/info.json b/keyboards/handwired/onekey/teensy_2pp/info.json new file mode 100644 index 0000000000..bec94fa3dc --- /dev/null +++ b/keyboards/handwired/onekey/teensy_2pp/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Teensy 2.0++" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/teensy_32/config.h b/keyboards/handwired/onekey/teensy_32/config.h index e388b01af8..1a730a6d46 100644 --- a/keyboards/handwired/onekey/teensy_32/config.h +++ b/keyboards/handwired/onekey/teensy_32/config.h | |||
| @@ -19,8 +19,6 @@ | |||
| 19 | // TODO: including this causes "error: expected identifier before '(' token" errors | 19 | // TODO: including this causes "error: expected identifier before '(' token" errors |
| 20 | //#include "config_common.h" | 20 | //#include "config_common.h" |
| 21 | 21 | ||
| 22 | #define PRODUCT Onekey Teensy 3.2 | ||
| 23 | |||
| 24 | #define MATRIX_COL_PINS { D5 } | 22 | #define MATRIX_COL_PINS { D5 } |
| 25 | #define MATRIX_ROW_PINS { B2 } | 23 | #define MATRIX_ROW_PINS { B2 } |
| 26 | #define UNUSED_PINS | 24 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/teensy_32/info.json b/keyboards/handwired/onekey/teensy_32/info.json new file mode 100644 index 0000000000..213b4ea153 --- /dev/null +++ b/keyboards/handwired/onekey/teensy_32/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Teensy 3.2" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/onekey/teensy_lc/config.h b/keyboards/handwired/onekey/teensy_lc/config.h index 4e594e7d7e..1a730a6d46 100644 --- a/keyboards/handwired/onekey/teensy_lc/config.h +++ b/keyboards/handwired/onekey/teensy_lc/config.h | |||
| @@ -19,8 +19,6 @@ | |||
| 19 | // TODO: including this causes "error: expected identifier before '(' token" errors | 19 | // TODO: including this causes "error: expected identifier before '(' token" errors |
| 20 | //#include "config_common.h" | 20 | //#include "config_common.h" |
| 21 | 21 | ||
| 22 | #define PRODUCT Onekey Teensy LC | ||
| 23 | |||
| 24 | #define MATRIX_COL_PINS { D5 } | 22 | #define MATRIX_COL_PINS { D5 } |
| 25 | #define MATRIX_ROW_PINS { B2 } | 23 | #define MATRIX_ROW_PINS { B2 } |
| 26 | #define UNUSED_PINS | 24 | #define UNUSED_PINS |
diff --git a/keyboards/handwired/onekey/teensy_lc/info.json b/keyboards/handwired/onekey/teensy_lc/info.json new file mode 100644 index 0000000000..68eea92235 --- /dev/null +++ b/keyboards/handwired/onekey/teensy_lc/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Onekey Teensy LC" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/postageboard/info.json b/keyboards/handwired/postageboard/info.json index c4489c3c80..d15d6ef750 100644 --- a/keyboards/handwired/postageboard/info.json +++ b/keyboards/handwired/postageboard/info.json | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Postage Board", | 2 | "keyboard_name": "Postage Board", |
| 3 | "manufacturer": "LifeIsOnTheWire", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "LifeIsOnTheWire", | 5 | "maintainer": "LifeIsOnTheWire", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0xB07D" | ||
| 9 | }, | ||
| 5 | "layouts": { | 10 | "layouts": { |
| 6 | "LAYOUT": { | 11 | "LAYOUT": { |
| 7 | "layout": [ | 12 | "layout": [ |
diff --git a/keyboards/handwired/postageboard/mini/config.h b/keyboards/handwired/postageboard/mini/config.h index d4f654a7a4..c32c79dd85 100644 --- a/keyboards/handwired/postageboard/mini/config.h +++ b/keyboards/handwired/postageboard/mini/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 0xB07D | ||
| 25 | #define DEVICE_VER 0x0002 | ||
| 26 | #define MANUFACTURER LifeIsOnTheWire | ||
| 27 | #define PRODUCT PostageBoard | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 1 | 23 | #define MATRIX_ROWS 1 |
| 31 | #define MATRIX_COLS 3 | 24 | #define MATRIX_COLS 3 |
diff --git a/keyboards/handwired/postageboard/mini/info.json b/keyboards/handwired/postageboard/mini/info.json new file mode 100644 index 0000000000..e557e4d307 --- /dev/null +++ b/keyboards/handwired/postageboard/mini/info.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | { | ||
| 2 | "usb": { | ||
| 3 | "device_version": "0.0.2" | ||
| 4 | } | ||
| 5 | } | ||
diff --git a/keyboards/handwired/postageboard/r1/config.h b/keyboards/handwired/postageboard/r1/config.h index 078e66dd75..466955154c 100644 --- a/keyboards/handwired/postageboard/r1/config.h +++ b/keyboards/handwired/postageboard/r1/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 0xB07D | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER LifeIsOnTheWire | ||
| 27 | #define PRODUCT PostageBoard | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 1 | 23 | #define MATRIX_ROWS 1 |
| 31 | #define MATRIX_COLS 3 | 24 | #define MATRIX_COLS 3 |
diff --git a/keyboards/handwired/postageboard/r1/info.json b/keyboards/handwired/postageboard/r1/info.json new file mode 100644 index 0000000000..90ac25f360 --- /dev/null +++ b/keyboards/handwired/postageboard/r1/info.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | { | ||
| 2 | "usb": { | ||
| 3 | "device_version": "0.0.1" | ||
| 4 | } | ||
| 5 | } | ||
diff --git a/keyboards/handwired/prkl30/feather/config.h b/keyboards/handwired/prkl30/feather/config.h index 875b3d7401..e54944ccc6 100644 --- a/keyboards/handwired/prkl30/feather/config.h +++ b/keyboards/handwired/prkl30/feather/config.h | |||
| @@ -16,13 +16,6 @@ | |||
| 16 | #pragma once | 16 | #pragma once |
| 17 | #include "config_common.h" | 17 | #include "config_common.h" |
| 18 | 18 | ||
| 19 | /* USB Device descriptor parameter */ | ||
| 20 | #define VENDOR_ID 0xE0E0 | ||
| 21 | #define PRODUCT_ID 0x0030 | ||
| 22 | #define DEVICE_VER 0x0002 | ||
| 23 | #define MANUFACTURER Ergorius & Tooni Skyy | ||
| 24 | #define PRODUCT PRKL30 | ||
| 25 | |||
| 26 | /* key matrix size */ | 19 | /* key matrix size */ |
| 27 | #define MATRIX_ROWS 4 | 20 | #define MATRIX_ROWS 4 |
| 28 | #define MATRIX_COLS 10 | 21 | #define MATRIX_COLS 10 |
diff --git a/keyboards/handwired/prkl30/info.json b/keyboards/handwired/prkl30/info.json index c558d21794..b122fe3328 100644 --- a/keyboards/handwired/prkl30/info.json +++ b/keyboards/handwired/prkl30/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "prkl30", | 2 | "keyboard_name": "PRKL30", |
| 3 | "manufacturer": "Ergorius & Tooni Skyy", | ||
| 3 | "url": "https://github.com/ErkHal/prkl30", | 4 | "url": "https://github.com/ErkHal/prkl30", |
| 4 | "maintainer": "ErkHal", | 5 | "maintainer": "ErkHal", |
| 6 | "usb": { | ||
| 7 | "vid": "0xE0E0", | ||
| 8 | "pid": "0x0030", | ||
| 9 | "device_version": "0.0.2" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 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, "w":1.5}, {"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":10, "y":1}, {"x":11, "y":1}, {"x":12.25, "y":1, "w":1.25, "h":2}, {"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":10, "y":2}, {"x":11, "y":2, "w":1.25}] | 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, "w":1.5}, {"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":10, "y":1}, {"x":11, "y":1}, {"x":12.25, "y":1, "w":1.25, "h":2}, {"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":10, "y":2}, {"x":11, "y":2, "w":1.25}] |
diff --git a/keyboards/handwired/prkl30/promicro/config.h b/keyboards/handwired/prkl30/promicro/config.h index d9ccb00314..fd1c3dbe34 100644 --- a/keyboards/handwired/prkl30/promicro/config.h +++ b/keyboards/handwired/prkl30/promicro/config.h | |||
| @@ -16,13 +16,6 @@ | |||
| 16 | #pragma once | 16 | #pragma once |
| 17 | #include "config_common.h" | 17 | #include "config_common.h" |
| 18 | 18 | ||
| 19 | /* USB Device descriptor parameter */ | ||
| 20 | #define VENDOR_ID 0xE0E0 | ||
| 21 | #define PRODUCT_ID 0x0030 | ||
| 22 | #define DEVICE_VER 0x0002 | ||
| 23 | #define MANUFACTURER Ergorius & Tooni Skyy | ||
| 24 | #define PRODUCT PRKL30 | ||
| 25 | |||
| 26 | /* key matrix size */ | 19 | /* key matrix size */ |
| 27 | #define MATRIX_ROWS 4 | 20 | #define MATRIX_ROWS 4 |
| 28 | #define MATRIX_COLS 10 | 21 | #define MATRIX_COLS 10 |
diff --git a/keyboards/handwired/sono1/config.h b/keyboards/handwired/sono1/config.h index 91519e884a..f20b77b231 100644 --- a/keyboards/handwired/sono1/config.h +++ b/keyboards/handwired/sono1/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 0x515A // "QZ" | ||
| 24 | #define PRODUCT_ID 0x5331 // "S1" | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER ASKeyboard | ||
| 27 | #define PRODUCT Sono1 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 15 | 23 | #define MATRIX_ROWS 15 |
| 31 | #define MATRIX_COLS 8 | 24 | #define MATRIX_COLS 8 |
diff --git a/keyboards/handwired/sono1/info.json b/keyboards/handwired/sono1/info.json index 4d35c67b19..519ed121ed 100644 --- a/keyboards/handwired/sono1/info.json +++ b/keyboards/handwired/sono1/info.json | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "sono1", | 2 | "keyboard_name": "Sono1", |
| 3 | "manufacturer": "ASKeyboard", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "DmNosachev", | 5 | "maintainer": "DmNosachev", |
| 6 | "usb": { | ||
| 7 | "vid": "0x515A", | ||
| 8 | "pid": "0x5331" | ||
| 9 | }, | ||
| 5 | "layouts": { | 10 | "layouts": { |
| 6 | "LAYOUT": { | 11 | "LAYOUT": { |
| 7 | "layout": [ | 12 | "layout": [ |
diff --git a/keyboards/handwired/sono1/stm32f103/config.h b/keyboards/handwired/sono1/stm32f103/config.h index 8da1256900..33563c3cf7 100644 --- a/keyboards/handwired/sono1/stm32f103/config.h +++ b/keyboards/handwired/sono1/stm32f103/config.h | |||
| @@ -19,10 +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 | #undef DEVICE_VER | ||
| 23 | |||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | |||
| 26 | #define MATRIX_ROW_PINS { A5, B3, A9, A10, B13, B14, B15, A8, B7, B8, B9, C13, A15, A0, A1 } | 22 | #define MATRIX_ROW_PINS { A5, B3, A9, A10, B13, B14, B15, A8, B7, B8, B9, C13, A15, A0, A1 } |
| 27 | #define MATRIX_COL_PINS { A4, A3, B11, B10, B1, B0, A7, A6 } | 23 | #define MATRIX_COL_PINS { A4, A3, B11, B10, B1, B0, A7, A6 } |
| 28 | 24 | ||
diff --git a/keyboards/handwired/sono1/stm32f103/info.json b/keyboards/handwired/sono1/stm32f103/info.json new file mode 100644 index 0000000000..90ac25f360 --- /dev/null +++ b/keyboards/handwired/sono1/stm32f103/info.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | { | ||
| 2 | "usb": { | ||
| 3 | "device_version": "0.0.1" | ||
| 4 | } | ||
| 5 | } | ||
diff --git a/keyboards/handwired/sono1/t2pp/config.h b/keyboards/handwired/sono1/t2pp/config.h index 8a20aeeb1d..3ecf674050 100644 --- a/keyboards/handwired/sono1/t2pp/config.h +++ b/keyboards/handwired/sono1/t2pp/config.h | |||
| @@ -19,10 +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 | #undef DEVICE_VER | ||
| 23 | |||
| 24 | #define DEVICE_VER 0x0002 | ||
| 25 | |||
| 26 | #define MATRIX_ROW_PINS { F7, F6, F5, F4, F3, F2, F1, F0, D7, B7, D0, D1, D2, D3, D4 } | 22 | #define MATRIX_ROW_PINS { F7, F6, F5, F4, F3, F2, F1, F0, D7, B7, D0, D1, D2, D3, D4 } |
| 27 | #define MATRIX_COL_PINS { C6, C5, C4, C3, C2, C1, C0, E1 } | 23 | #define MATRIX_COL_PINS { C6, C5, C4, C3, C2, C1, C0, E1 } |
| 28 | 24 | ||
diff --git a/keyboards/handwired/sono1/t2pp/info.json b/keyboards/handwired/sono1/t2pp/info.json new file mode 100644 index 0000000000..e557e4d307 --- /dev/null +++ b/keyboards/handwired/sono1/t2pp/info.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | { | ||
| 2 | "usb": { | ||
| 3 | "device_version": "0.0.2" | ||
| 4 | } | ||
| 5 | } | ||
diff --git a/keyboards/handwired/split65/info.json b/keyboards/handwired/split65/info.json index 34d9a21205..c766f894e1 100644 --- a/keyboards/handwired/split65/info.json +++ b/keyboards/handwired/split65/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "split65", | 2 | "keyboard_name": "split65", |
| 3 | "manufacturer": "percyjw", | ||
| 3 | "url": "https://github.com/PercyJW-2/Split65", | 4 | "url": "https://github.com/PercyJW-2/Split65", |
| 4 | "maintainer": "PercyJW-2", | 5 | "maintainer": "PercyJW-2", |
| 6 | "usb": { | ||
| 7 | "vid": "0x4A57", | ||
| 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/handwired/split65/promicro/config.h b/keyboards/handwired/split65/promicro/config.h index e700578e08..3284c5e0d3 100644 --- a/keyboards/handwired/split65/promicro/config.h +++ b/keyboards/handwired/split65/promicro/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 0x4A57 // JW | ||
| 23 | #define PRODUCT_ID 0x0000 // first keeb | ||
| 24 | #define DEVICE_VER 0x0000 // first revision | ||
| 25 | #define MANUFACTURER percyjw | ||
| 26 | #define PRODUCT split65 | ||
| 27 | |||
| 28 | // Matrix Assignments | 21 | // Matrix Assignments |
| 29 | #define MATRIX_ROWS 10 //Rows are doubled-up | 22 | #define MATRIX_ROWS 10 //Rows are doubled-up |
| 30 | #define MATRIX_COLS 8 | 23 | #define MATRIX_COLS 8 |
diff --git a/keyboards/handwired/split65/stm32/config.h b/keyboards/handwired/split65/stm32/config.h index b173481280..6c3d653d1d 100644 --- a/keyboards/handwired/split65/stm32/config.h +++ b/keyboards/handwired/split65/stm32/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 0x4A57 // JW | ||
| 22 | #define PRODUCT_ID 0x0000 // first keeb | ||
| 23 | #define DEVICE_VER 0x0000 // first revision | ||
| 24 | #define MANUFACTURER percyjw | ||
| 25 | #define PRODUCT split65 | ||
| 26 | |||
| 27 | // Audio | 20 | // Audio |
| 28 | #define AUDIO_PIN A5 | 21 | #define AUDIO_PIN A5 |
| 29 | #define AUDIO_PIN_ALT A4 | 22 | #define AUDIO_PIN_ALT A4 |
diff --git a/keyboards/handwired/splittest/config.h b/keyboards/handwired/splittest/config.h index d4816e4355..eecffe3803 100644 --- a/keyboards/handwired/splittest/config.h +++ b/keyboards/handwired/splittest/config.h | |||
| @@ -20,13 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define VENDOR_ID 0xCB10 | ||
| 25 | #define PRODUCT_ID 0x1111 | ||
| 26 | #define DEVICE_VER 0x0100 | ||
| 27 | #define MANUFACTURER Keebio | ||
| 28 | #define PRODUCT Split Tester | ||
| 29 | |||
| 30 | /* key matrix size */ | 23 | /* key matrix size */ |
| 31 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 32 | #define MATRIX_ROWS 2 | 25 | #define MATRIX_ROWS 2 |
diff --git a/keyboards/handwired/splittest/info.json b/keyboards/handwired/splittest/info.json index 9c7412ad82..973eebd1f9 100644 --- a/keyboards/handwired/splittest/info.json +++ b/keyboards/handwired/splittest/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Split Tester", | 2 | "keyboard_name": "Split Tester", |
| 3 | "manufacturer": "Keebio", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "nooges", | 5 | "maintainer": "nooges", |
| 6 | "usb": { | ||
| 7 | "vid": "0xCB10", | ||
| 8 | "pid": "0x1111", | ||
| 9 | "device_version": "1.0.0" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/steamvan/rev1/config.h b/keyboards/handwired/steamvan/rev1/config.h index 18a6690c25..acccb1e7c6 100644 --- a/keyboards/handwired/steamvan/rev1/config.h +++ b/keyboards/handwired/steamvan/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 0xFEED | ||
| 24 | #define PRODUCT_ID 0x0000 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER John M Daly | ||
| 27 | #define PRODUCT SteamVan rev1 | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 4 | 23 | #define MATRIX_ROWS 4 |
| 31 | #define MATRIX_COLS 12 | 24 | #define MATRIX_COLS 12 |
diff --git a/keyboards/handwired/steamvan/info.json b/keyboards/handwired/steamvan/rev1/info.json index 165fa0a38f..e84a73ab8e 100644 --- a/keyboards/handwired/steamvan/info.json +++ b/keyboards/handwired/steamvan/rev1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "steamvan", | 2 | "keyboard_name": "SteamVan rev1", |
| 3 | "manufacturer": "John M Daly", | ||
| 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_standard": { | 12 | "LAYOUT_standard": { |
| 7 | "layout": [{"label":"Tab", "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":"|", "x":11, "y":0, "w":1.75}, {"label":"Caps Lock", "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":"\"", "x":11.25, "y":1, "w":1.5}, {"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":"?", "x":10.75, "y":2}, {"x":11.75, "y":2}, {"label":"Ctrl", "x":0, "y":3, "w":1.25}, {"label":"Win", "x":1.25, "y":3, "w":1.5}, {"label":"Alt", "x":2.75, "y":3, "w":1.25}, {"x":4, "y":3, "w":2.25}, {"x":6.25, "y":3, "w":2}, {"label":"Alt", "x":8.25, "y":3, "w":1.25}, {"label":"Win", "x":9.5, "y":3, "w":1.5}, {"label":"Menu", "x":11, "y":3, "w":1.75}] | 13 | "layout": [{"label":"Tab", "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":"|", "x":11, "y":0, "w":1.75}, {"label":"Caps Lock", "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":"\"", "x":11.25, "y":1, "w":1.5}, {"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":"?", "x":10.75, "y":2}, {"x":11.75, "y":2}, {"label":"Ctrl", "x":0, "y":3, "w":1.25}, {"label":"Win", "x":1.25, "y":3, "w":1.5}, {"label":"Alt", "x":2.75, "y":3, "w":1.25}, {"x":4, "y":3, "w":2.25}, {"x":6.25, "y":3, "w":2}, {"label":"Alt", "x":8.25, "y":3, "w":1.25}, {"label":"Win", "x":9.5, "y":3, "w":1.5}, {"label":"Menu", "x":11, "y":3, "w":1.75}] |
diff --git a/keyboards/handwired/symmetric70_proto/info.json b/keyboards/handwired/symmetric70_proto/info.json index 6c70b9d963..36828784c4 100644 --- a/keyboards/handwired/symmetric70_proto/info.json +++ b/keyboards/handwired/symmetric70_proto/info.json | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "symmetric70_proto", | 2 | "manufacturer": "mtei", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "mtei", | 4 | "maintainer": "mtei", |
| 5 | "usb": { | ||
| 6 | "vid": "0xFEED", | ||
| 7 | "pid": "0x2BE5", | ||
| 8 | "device_version": "0.0.1" | ||
| 9 | }, | ||
| 5 | "layouts": { | 10 | "layouts": { |
| 6 | "LAYOUT": { | 11 | "LAYOUT": { |
| 7 | "layout": [ | 12 | "layout": [ |
diff --git a/keyboards/handwired/symmetric70_proto/promicro/config.h b/keyboards/handwired/symmetric70_proto/promicro/config.h index 570de7039d..d0126a0b81 100644 --- a/keyboards/handwired/symmetric70_proto/promicro/config.h +++ b/keyboards/handwired/symmetric70_proto/promicro/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 0x2BE5 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER mtei | ||
| 27 | #define PRODUCT Symmetric70 prototype promicro | ||
| 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/handwired/symmetric70_proto/promicro/info.json b/keyboards/handwired/symmetric70_proto/promicro/info.json new file mode 100644 index 0000000000..8ee579cd60 --- /dev/null +++ b/keyboards/handwired/symmetric70_proto/promicro/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Symmetric70 prototype promicro" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/symmetric70_proto/proton_c/config.h b/keyboards/handwired/symmetric70_proto/proton_c/config.h index 92716a21f6..5f1880d3fc 100644 --- a/keyboards/handwired/symmetric70_proto/proton_c/config.h +++ b/keyboards/handwired/symmetric70_proto/proton_c/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 0x2BE5 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER mtei | ||
| 27 | #define PRODUCT Symmetric70 prototype proton-c | ||
| 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/handwired/symmetric70_proto/proton_c/info.json b/keyboards/handwired/symmetric70_proto/proton_c/info.json new file mode 100644 index 0000000000..a105f39be6 --- /dev/null +++ b/keyboards/handwired/symmetric70_proto/proton_c/info.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Symmetric70 prototype proton-c" | ||
| 3 | } | ||
diff --git a/keyboards/handwired/unk/rev1/config.h b/keyboards/handwired/unk/rev1/config.h index 65a02ff7ca..611b415d7a 100644 --- a/keyboards/handwired/unk/rev1/config.h +++ b/keyboards/handwired/unk/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 0xFEED | ||
| 24 | #define PRODUCT_ID 0x3060 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER herpiko | ||
| 27 | #define PRODUCT UNK | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | // Rows are doubled-up | 23 | // Rows are doubled-up |
| 31 | #define MATRIX_ROWS 10 | 24 | #define MATRIX_ROWS 10 |
diff --git a/keyboards/handwired/unk/info.json b/keyboards/handwired/unk/rev1/info.json index f3445a3859..ec0927a0d3 100644 --- a/keyboards/handwired/unk/info.json +++ b/keyboards/handwired/unk/rev1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "UNK", | 2 | "keyboard_name": "UNK", |
| 3 | "manufacturer": "herpiko", | ||
| 3 | "url": "https://github.com/herpiko/unk", | 4 | "url": "https://github.com/herpiko/unk", |
| 4 | "maintainer": "herpiko", | 5 | "maintainer": "herpiko", |
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x3060", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/handwired/uthol/config.h b/keyboards/handwired/uthol/config.h index 1e0b533386..de93efe186 100644 --- a/keyboards/handwired/uthol/config.h +++ b/keyboards/handwired/uthol/config.h | |||
| @@ -19,10 +19,6 @@ | |||
| 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 MANUFACTURER Uthol | ||
| 25 | |||
| 26 | /* key matrix size */ | 22 | /* key matrix size */ |
| 27 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 28 | #define MATRIX_COLS 12 | 24 | #define MATRIX_COLS 12 |
diff --git a/keyboards/handwired/uthol/info.json b/keyboards/handwired/uthol/info.json index 40f99dbade..f8891331ed 100644 --- a/keyboards/handwired/uthol/info.json +++ b/keyboards/handwired/uthol/info.json | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Uthol", | 2 | "manufacturer": "Uthol", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "uthol", | 4 | "maintainer": "uthol", |
| 5 | "usb": { | ||
| 6 | "vid": "0xFEED", | ||
| 7 | "pid": "0x67F3" | ||
| 8 | }, | ||
| 5 | "layouts": { | 9 | "layouts": { |
| 6 | "LAYOUT_uthol": { | 10 | "LAYOUT_uthol": { |
| 7 | "layout": [ | 11 | "layout": [ |
diff --git a/keyboards/handwired/uthol/rev1/config.h b/keyboards/handwired/uthol/rev1/config.h index dbda8e90ed..dea45c7698 100644 --- a/keyboards/handwired/uthol/rev1/config.h +++ b/keyboards/handwired/uthol/rev1/config.h | |||
| @@ -19,10 +19,6 @@ | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | #define DEVICE_VER 0x0001 | ||
| 23 | #define PRODUCT_ID 0x67F3 | ||
| 24 | #define PRODUCT UtholOne | ||
| 25 | |||
| 26 | /* Uthol PCB default pin-out */ | 22 | /* Uthol PCB default pin-out */ |
| 27 | #define MATRIX_ROW_PINS { D1, D0, D4, C6, D7 } | 23 | #define MATRIX_ROW_PINS { D1, D0, D4, C6, D7 } |
| 28 | #define MATRIX_COL_PINS { D3, B6, B2, B3, B1, F7, F6, F5, F4, B5, B4, D2 } | 24 | #define MATRIX_COL_PINS { D3, B6, B2, B3, B1, F7, F6, F5, F4, B5, B4, D2 } |
diff --git a/keyboards/handwired/uthol/rev1/info.json b/keyboards/handwired/uthol/rev1/info.json new file mode 100644 index 0000000000..44de6469f5 --- /dev/null +++ b/keyboards/handwired/uthol/rev1/info.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "UtholOne", | ||
| 3 | "usb": { | ||
| 4 | "device_version": "0.0.1" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/keyboards/handwired/uthol/rev2/config.h b/keyboards/handwired/uthol/rev2/config.h index 3ef6fc172c..c7ae53c20b 100644 --- a/keyboards/handwired/uthol/rev2/config.h +++ b/keyboards/handwired/uthol/rev2/config.h | |||
| @@ -19,10 +19,6 @@ | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | #define DEVICE_VER 0x0002 | ||
| 23 | #define PRODUCT_ID 0x67F3 | ||
| 24 | #define PRODUCT UtholTwo | ||
| 25 | |||
| 26 | /* Uthol PCB default pin-out */ | 22 | /* Uthol PCB default pin-out */ |
| 27 | #define MATRIX_ROW_PINS { B1, F7, F6, F5, F4 } | 23 | #define MATRIX_ROW_PINS { B1, F7, F6, F5, F4 } |
| 28 | #define MATRIX_COL_PINS { D3, D2, D1, D0, D4, C6, D7, B5, B4, B6, B2, B3 } | 24 | #define MATRIX_COL_PINS { D3, D2, D1, D0, D4, C6, D7, B5, B4, B6, B2, B3 } |
diff --git a/keyboards/handwired/uthol/rev2/info.json b/keyboards/handwired/uthol/rev2/info.json new file mode 100644 index 0000000000..fbb7309629 --- /dev/null +++ b/keyboards/handwired/uthol/rev2/info.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "UtholTwo", | ||
| 3 | "usb": { | ||
| 4 | "device_version": "0.0.2" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/keyboards/handwired/uthol/rev3/config.h b/keyboards/handwired/uthol/rev3/config.h index 90880998b7..87f3935e65 100644 --- a/keyboards/handwired/uthol/rev3/config.h +++ b/keyboards/handwired/uthol/rev3/config.h | |||
| @@ -19,10 +19,6 @@ | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | #define DEVICE_VER 0x0003 | ||
| 23 | #define PRODUCT_ID 0x67F3 | ||
| 24 | #define PRODUCT UtholThree | ||
| 25 | |||
| 26 | /* key matrix size */ | 22 | /* key matrix size */ |
| 27 | // A11 and A12 dont work. They are reserved for USB. B2 is reserved for BOOT1 | 23 | // A11 and A12 dont work. They are reserved for USB. B2 is reserved for BOOT1 |
| 28 | #define MATRIX_COL_PINS \ | 24 | #define MATRIX_COL_PINS \ |
diff --git a/keyboards/handwired/uthol/rev3/info.json b/keyboards/handwired/uthol/rev3/info.json new file mode 100644 index 0000000000..44078b4ab1 --- /dev/null +++ b/keyboards/handwired/uthol/rev3/info.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "UtholThree", | ||
| 3 | "usb": { | ||
| 4 | "device_version": "0.0.3" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/keyboards/handwired/xealous/rev1/config.h b/keyboards/handwired/xealous/rev1/config.h index cbb4648d19..40fe502340 100644 --- a/keyboards/handwired/xealous/rev1/config.h +++ b/keyboards/handwired/xealous/rev1/config.h | |||
| @@ -20,13 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define VENDOR_ID 0x4131 | ||
| 25 | #define PRODUCT_ID 0x5141 | ||
| 26 | #define DEVICE_VER 0x0001 | ||
| 27 | #define MANUFACTURER XeaLouS | ||
| 28 | #define PRODUCT XeaL60 | ||
| 29 | |||
| 30 | /* key matrix size */ | 23 | /* key matrix size */ |
| 31 | // Rows are doubled-up | 24 | // Rows are doubled-up |
| 32 | #define MATRIX_ROWS 10 | 25 | #define MATRIX_ROWS 10 |
diff --git a/keyboards/handwired/xealous/info.json b/keyboards/handwired/xealous/rev1/info.json index 9cd634a210..59865e9321 100644 --- a/keyboards/handwired/xealous/info.json +++ b/keyboards/handwired/xealous/rev1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Xealous", | 2 | "keyboard_name": "XeaL60", |
| 3 | "manufacturer": "XeaLouS", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "alex-ong", | 5 | "maintainer": "alex-ong", |
| 6 | "usb": { | ||
| 7 | "vid": "0x4131", | ||
| 8 | "pid": "0x5141", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
