diff options
| author | fauxpark <fauxpark@gmail.com> | 2022-08-20 10:55:40 +1000 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2022-08-20 10:55:40 +1000 |
| commit | 61689ae6096f55148fdc4d333c6a74a79486eba3 (patch) | |
| tree | 1258cf3619698326cbbd4f28bd3ee502517821fb /keyboards/maple_computing/ivy | |
| parent | eceed6c50bb2a6a85da992c206b95be8cf9d3d49 (diff) | |
| parent | 201f1a8f47570c83569d1b0f4851b2fddf996fe7 (diff) | |
Merge remote-tracking branch 'upstream/master' into develop
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 70747bdcaf..902f807051 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": [ |
