diff options
| author | Ryan <fauxpark@gmail.com> | 2022-07-30 13:02:47 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-29 20:02:47 -0700 |
| commit | 306e50b84cdf0aaac01838c4519209b642dee113 (patch) | |
| tree | 386de8a2406202b1a0fecd51e6c932e77d5c4c62 /keyboards/dinofizz | |
| parent | d1096ad440e046fb44d3ba75c0049065b1dadb60 (diff) | |
Move keyboard USB IDs and strings to data driven: D (#17814)
Diffstat (limited to 'keyboards/dinofizz')
| -rw-r--r-- | keyboards/dinofizz/fnrow/v1/config.h | 6 | ||||
| -rw-r--r-- | keyboards/dinofizz/fnrow/v1/info.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/dinofizz/fnrow/v1/config.h b/keyboards/dinofizz/fnrow/v1/config.h index fb7e4e91db..9560d18621 100644 --- a/keyboards/dinofizz/fnrow/v1/config.h +++ b/keyboards/dinofizz/fnrow/v1/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 0xD1F1 | ||
| 23 | #define PRODUCT_ID 0x0100 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER Dino Fizzotti | ||
| 26 | #define PRODUCT FnRow v1 | ||
| 27 | |||
| 28 | #define MATRIX_ROWS 2 | 22 | #define MATRIX_ROWS 2 |
| 29 | #define MATRIX_COLS 7 | 23 | #define MATRIX_COLS 7 |
| 30 | 24 | ||
diff --git a/keyboards/dinofizz/fnrow/v1/info.json b/keyboards/dinofizz/fnrow/v1/info.json index b0dc34c43c..de21492393 100644 --- a/keyboards/dinofizz/fnrow/v1/info.json +++ b/keyboards/dinofizz/fnrow/v1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "FnRow v1", | 2 | "keyboard_name": "FnRow v1", |
| 3 | "manufacturer": "Dino Fizzotti", | ||
| 3 | "maintainer": "dinofizz", | 4 | "maintainer": "dinofizz", |
| 4 | "url": "https://github.com/dinofizz/fnrow-pcb", | 5 | "url": "https://github.com/dinofizz/fnrow-pcb", |
| 6 | "usb": { | ||
| 7 | "vid": "0xD1F1", | ||
| 8 | "pid": "0x0100", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_fn_row": { | 12 | "LAYOUT_fn_row": { |
| 7 | "layout": [ | 13 | "layout": [ |
