diff options
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/handwired/pytest/basic/info.json | 13 | ||||
| -rw-r--r-- | keyboards/handwired/pytest/config.h | 7 | ||||
| -rw-r--r-- | keyboards/handwired/pytest/info.json | 10 |
3 files changed, 16 insertions, 14 deletions
diff --git a/keyboards/handwired/pytest/basic/info.json b/keyboards/handwired/pytest/basic/info.json index ed052a14a..af57447d3 100644 --- a/keyboards/handwired/pytest/basic/info.json +++ b/keyboards/handwired/pytest/basic/info.json | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | { | 1 | { |
| 2 | "maintainer": "qmk", | 2 | "layouts": { |
| 3 | "layouts": { | 3 | "LAYOUT_custom": { |
| 4 | "LAYOUT_custom": { | 4 | "layout": [ |
| 5 | "layout": [ | 5 | { "label": "KC_Q", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 } |
| 6 | { "label": "KC_Q", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 } | 6 | ] |
| 7 | ] | 7 | } |
| 8 | } | 8 | } |
| 9 | } | ||
| 10 | } | 9 | } |
diff --git a/keyboards/handwired/pytest/config.h b/keyboards/handwired/pytest/config.h index 64cf35312..f03597a7d 100644 --- a/keyboards/handwired/pytest/config.h +++ b/keyboards/handwired/pytest/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 0xFEED | ||
| 7 | #define PRODUCT_ID 0x6465 | ||
| 8 | #define DEVICE_VER 0x0001 | ||
| 9 | #define MANUFACTURER none | ||
| 10 | #define PRODUCT pytest | ||
| 11 | |||
| 12 | /* key matrix size */ | 5 | /* key matrix size */ |
| 13 | #define MATRIX_ROWS 1 | 6 | #define MATRIX_ROWS 1 |
| 14 | #define MATRIX_COLS 1 | 7 | #define MATRIX_COLS 1 |
diff --git a/keyboards/handwired/pytest/info.json b/keyboards/handwired/pytest/info.json new file mode 100644 index 000000000..5c941af9b --- /dev/null +++ b/keyboards/handwired/pytest/info.json | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "pytest", | ||
| 3 | "manufacturer": "none", | ||
| 4 | "maintainer": "qmk", | ||
| 5 | "usb": { | ||
| 6 | "vid": "0xFEED", | ||
| 7 | "pid": "0x6465", | ||
| 8 | "device_ver": "0x0001" | ||
| 9 | } | ||
| 10 | } | ||
