diff options
| author | Ryan <fauxpark@gmail.com> | 2022-08-20 10:45:28 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-20 01:45:28 +0100 |
| commit | f4dcce7e5975276ef41d882a15e6a459b6b3689d (patch) | |
| tree | 6c095afb488454a352a7d4cc9a23ecb1d44f6ecd /keyboards/maple_computing/ivy | |
| parent | 201a914beb7a07d8e08b1cbfa8dd35a768f6ae3a (diff) | |
Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)
Diffstat (limited to 'keyboards/maple_computing/ivy')
| -rw-r--r-- | keyboards/maple_computing/ivy/config.h | 6 | ||||
| -rw-r--r-- | keyboards/maple_computing/ivy/rev1/config.h | 2 | ||||
| -rw-r--r-- | keyboards/maple_computing/ivy/rev1/info.json | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/keyboards/maple_computing/ivy/config.h b/keyboards/maple_computing/ivy/config.h index 130f2e0b61..96fb23736c 100644 --- a/keyboards/maple_computing/ivy/config.h +++ b/keyboards/maple_computing/ivy/config.h | |||
| @@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0x1337 | ||
| 23 | #define PRODUCT_ID 0x6012 | ||
| 24 | #define MANUFACTURER Maple Computing | ||
| 25 | #define PRODUCT Ivy | ||
| 26 | |||
| 27 | /* key matrix size */ | 21 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 3 | 22 | #define MATRIX_ROWS 3 |
| 29 | #define MATRIX_COLS 3 | 23 | #define MATRIX_COLS 3 |
diff --git a/keyboards/maple_computing/ivy/rev1/config.h b/keyboards/maple_computing/ivy/rev1/config.h index 9b88b89e5e..00d6b36d0f 100644 --- a/keyboards/maple_computing/ivy/rev1/config.h +++ b/keyboards/maple_computing/ivy/rev1/config.h | |||
| @@ -17,8 +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 | #define DEVICE_VER 0x0001 | ||
| 21 | |||
| 22 | /* Let's Macro V2 pin-out */ | 20 | /* Let's Macro V2 pin-out */ |
| 23 | #define MATRIX_ROW_PINS { F1, B2, D3 } | 21 | #define MATRIX_ROW_PINS { F1, B2, D3 } |
| 24 | #define MATRIX_COL_PINS { F5, B3, D5 } | 22 | #define MATRIX_COL_PINS { F5, B3, D5 } |
diff --git a/keyboards/maple_computing/ivy/rev1/info.json b/keyboards/maple_computing/ivy/rev1/info.json index c5045bd80f..4bacbdb9b9 100644 --- a/keyboards/maple_computing/ivy/rev1/info.json +++ b/keyboards/maple_computing/ivy/rev1/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "IVY", | 2 | "keyboard_name": "Ivy", |
| 3 | "manufacturer": "Maple Computing", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "That-Canadian", | 5 | "maintainer": "That-Canadian", |
| 6 | "usb": { | ||
| 7 | "vid": "0x1337", | ||
| 8 | "pid": "0x6012", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
