diff options
| author | Ryan <fauxpark@gmail.com> | 2022-07-29 22:49:01 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-29 13:49:01 +0100 |
| commit | 394cf7c41e24f966d38b9c8cc9bbc2faca905e2a (patch) | |
| tree | 82f78f653b957ca74e8e83622d6630f4302c4b5f /keyboards/j80 | |
| parent | bcb8600a31843304ab51e67dfc7c9ad555739714 (diff) | |
Move keyboard USB IDs and strings to data driven: J (#17837)
Diffstat (limited to 'keyboards/j80')
| -rw-r--r-- | keyboards/j80/config.h | 6 | ||||
| -rw-r--r-- | keyboards/j80/info.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/j80/config.h b/keyboards/j80/config.h index 3aaeb26dad..1ad00356fe 100644 --- a/keyboards/j80/config.h +++ b/keyboards/j80/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 | #define VENDOR_ID 0x20A0 | ||
| 23 | #define PRODUCT_ID 0x422D | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER JER | ||
| 26 | #define PRODUCT J80 | ||
| 27 | |||
| 28 | #define MATRIX_ROWS 7 | 22 | #define MATRIX_ROWS 7 |
| 29 | #define MATRIX_COLS 14 | 23 | #define MATRIX_COLS 14 |
| 30 | 24 | ||
diff --git a/keyboards/j80/info.json b/keyboards/j80/info.json index 6c14139bd7..bbb86f66f7 100644 --- a/keyboards/j80/info.json +++ b/keyboards/j80/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "J80", | 2 | "keyboard_name": "J80", |
| 3 | "manufacturer": "JER", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "oeywil", | 5 | "maintainer": "oeywil", |
| 6 | "usb": { | ||
| 7 | "vid": "0x20A0", | ||
| 8 | "pid": "0x422D", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_tkl_ansi": { | 12 | "LAYOUT_tkl_ansi": { |
| 7 | "layout": [ | 13 | "layout": [ |
