diff options
| author | Ryan <fauxpark@gmail.com> | 2022-08-03 17:23:15 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 17:23:15 +1000 |
| commit | b6757d2380d32b5f60f61ffc42d27c40eb219208 (patch) | |
| tree | 2780145169ebdddab4eba4458956a85d91178c33 /keyboards/projectkb | |
| parent | 3da6575e2480d46399be01c21270c57420e0f16d (diff) | |
Move keyboard USB IDs and strings to data driven: P (#17875)
Diffstat (limited to 'keyboards/projectkb')
| -rw-r--r-- | keyboards/projectkb/alice/info.json | 6 | ||||
| -rw-r--r-- | keyboards/projectkb/alice/rev1/config.h | 7 | ||||
| -rw-r--r-- | keyboards/projectkb/alice/rev2/config.h | 7 | ||||
| -rw-r--r-- | keyboards/projectkb/signature65/config.h | 7 | ||||
| -rw-r--r-- | keyboards/projectkb/signature65/info.json | 8 | ||||
| -rw-r--r-- | keyboards/projectkb/signature87/config.h | 7 | ||||
| -rw-r--r-- | keyboards/projectkb/signature87/info.json | 8 |
7 files changed, 20 insertions, 30 deletions
diff --git a/keyboards/projectkb/alice/info.json b/keyboards/projectkb/alice/info.json index b4ae3103c2..f85ce98b15 100644 --- a/keyboards/projectkb/alice/info.json +++ b/keyboards/projectkb/alice/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Alice", | 2 | "keyboard_name": "Alice", |
| 3 | "manufacturer": "ProjectKB", | ||
| 3 | "url": "https://store.projectkeyboard.com/", | 4 | "url": "https://store.projectkeyboard.com/", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x0159", | ||
| 8 | "pid": "0xA71C", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_alice_split_bs": { | 12 | "LAYOUT_alice_split_bs": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/projectkb/alice/rev1/config.h b/keyboards/projectkb/alice/rev1/config.h index 498c1f9370..c06f73a35b 100644 --- a/keyboards/projectkb/alice/rev1/config.h +++ b/keyboards/projectkb/alice/rev1/config.h | |||
| @@ -17,13 +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 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x0159 | ||
| 22 | #define PRODUCT_ID 0xA71C | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER ProjectKB | ||
| 25 | #define PRODUCT Alice | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 5 | 21 | #define MATRIX_ROWS 5 |
| 29 | #define MATRIX_COLS 16 | 22 | #define MATRIX_COLS 16 |
diff --git a/keyboards/projectkb/alice/rev2/config.h b/keyboards/projectkb/alice/rev2/config.h index 21742ac7b8..9e66d6a628 100644 --- a/keyboards/projectkb/alice/rev2/config.h +++ b/keyboards/projectkb/alice/rev2/config.h | |||
| @@ -17,13 +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 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x0159 | ||
| 22 | #define PRODUCT_ID 0xA71C | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER ProjectKB | ||
| 25 | #define PRODUCT Alice | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 5 | 21 | #define MATRIX_ROWS 5 |
| 29 | #define MATRIX_COLS 16 | 22 | #define MATRIX_COLS 16 |
diff --git a/keyboards/projectkb/signature65/config.h b/keyboards/projectkb/signature65/config.h index f37085c190..cadc03dcf7 100644 --- a/keyboards/projectkb/signature65/config.h +++ b/keyboards/projectkb/signature65/config.h | |||
| @@ -17,13 +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 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x0159 | ||
| 22 | #define PRODUCT_ID 0x0165 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Project Keyboard | ||
| 25 | #define PRODUCT Signature65 | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 5 | 21 | #define MATRIX_ROWS 5 |
| 29 | #define MATRIX_COLS 16 | 22 | #define MATRIX_COLS 16 |
diff --git a/keyboards/projectkb/signature65/info.json b/keyboards/projectkb/signature65/info.json index 15e08907b0..1344dedac4 100644 --- a/keyboards/projectkb/signature65/info.json +++ b/keyboards/projectkb/signature65/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Kepler FC65", | 2 | "keyboard_name": "Signature65", |
| 3 | "manufacturer": "Project Keyboard", | ||
| 3 | "url": "https://store.projectkeyboard.com", | 4 | "url": "https://store.projectkeyboard.com", |
| 4 | "maintainer": "projectkeyboard", | 5 | "maintainer": "projectkeyboard", |
| 6 | "usb": { | ||
| 7 | "vid": "0x0159", | ||
| 8 | "pid": "0x0165", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [ | 13 | "layout": [ |
diff --git a/keyboards/projectkb/signature87/config.h b/keyboards/projectkb/signature87/config.h index 5e6a9214af..188419e89d 100644 --- a/keyboards/projectkb/signature87/config.h +++ b/keyboards/projectkb/signature87/config.h | |||
| @@ -17,13 +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 | /* USB Device descriptor parameter */ | ||
| 21 | #define VENDOR_ID 0x0159 | ||
| 22 | #define PRODUCT_ID 0x0187 | ||
| 23 | #define DEVICE_VER 0x0001 | ||
| 24 | #define MANUFACTURER Project Keyboard | ||
| 25 | #define PRODUCT Signature87 | ||
| 26 | |||
| 27 | /* key matrix size */ | 20 | /* key matrix size */ |
| 28 | #define MATRIX_ROWS 12 | 21 | #define MATRIX_ROWS 12 |
| 29 | #define MATRIX_COLS 9 | 22 | #define MATRIX_COLS 9 |
diff --git a/keyboards/projectkb/signature87/info.json b/keyboards/projectkb/signature87/info.json index 2be7e402e6..bafbbd4cb9 100644 --- a/keyboards/projectkb/signature87/info.json +++ b/keyboards/projectkb/signature87/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Signature 87", | 2 | "keyboard_name": "Signature87", |
| 3 | "manufacturer": "Project Keyboard", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "usb": { | ||
| 7 | "vid": "0x0159", | ||
| 8 | "pid": "0x0187", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [{"x":0, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6.5, "y":0}, {"x":7.5, "y":0}, {"x":8.5, "y":0}, {"x":9.5, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"x":15.25, "y":0}, {"x":16.25, "y":0}, {"x":17.25, "y":0}, {"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}, {"x":3, "y":1.25}, {"x":4, "y":1.25}, {"x":5, "y":1.25}, {"x":6, "y":1.25}, {"x":7, "y":1.25}, {"x":8, "y":1.25}, {"x":9, "y":1.25}, {"x":10, "y":1.25}, {"x":11, "y":1.25}, {"x":12, "y":1.25}, {"x":13, "y":1.25}, {"x":14, "y":1.25}, {"x":15.25, "y":1.25}, {"x":16.25, "y":1.25}, {"x":17.25, "y":1.25}, {"x":0, "y":2.25, "w":1.5}, {"x":1.5, "y":2.25}, {"x":2.5, "y":2.25}, {"x":3.5, "y":2.25}, {"x":4.5, "y":2.25}, {"x":5.5, "y":2.25}, {"x":6.5, "y":2.25}, {"x":7.5, "y":2.25}, {"x":8.5, "y":2.25}, {"x":9.5, "y":2.25}, {"x":10.5, "y":2.25}, {"x":11.5, "y":2.25}, {"x":12.5, "y":2.25}, {"x":13.5, "y":2.25, "w":1.5}, {"x":15.25, "y":2.25}, {"x":16.25, "y":2.25}, {"x":17.25, "y":2.25}, {"x":0, "y":3.25, "w":1.75}, {"x":1.75, "y":3.25}, {"x":2.75, "y":3.25}, {"x":3.75, "y":3.25}, {"x":4.75, "y":3.25}, {"x":5.75, "y":3.25}, {"x":6.75, "y":3.25}, {"x":7.75, "y":3.25}, {"x":8.75, "y":3.25}, {"x":9.75, "y":3.25}, {"x":10.75, "y":3.25}, {"x":11.75, "y":3.25}, {"x":12.75, "y":3.25, "w":2.25}, {"x":0, "y":4.25, "w":2.25}, {"x":2.25, "y":4.25}, {"x":3.25, "y":4.25}, {"x":4.25, "y":4.25}, {"x":5.25, "y":4.25}, {"x":6.25, "y":4.25}, {"x":7.25, "y":4.25}, {"x":8.25, "y":4.25}, {"x":9.25, "y":4.25}, {"x":10.25, "y":4.25}, {"x":11.25, "y":4.25}, {"x":12.25, "y":4.25, "w":1.75}, {"x":14, "y":4.25}, {"x":16.25, "y":4.25}, {"x":0, "y":5.25, "w":1.25}, {"x":1.25, "y":5.25, "w":1.25}, {"x":2.5, "y":5.25, "w":1.25}, {"x":3.75, "y":5.25, "w":6.25}, {"x":10, "y":5.25, "w":1.25}, {"x":11.25, "y":5.25, "w":1.25}, {"x":12.5, "y":5.25, "w":1.25}, {"x":13.75, "y":5.25, "w":1.25}, {"x":15.25, "y":5.25}, {"x":16.25, "y":5.25}, {"x":17.25, "y":5.25}] | 13 | "layout": [{"x":0, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6.5, "y":0}, {"x":7.5, "y":0}, {"x":8.5, "y":0}, {"x":9.5, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"x":15.25, "y":0}, {"x":16.25, "y":0}, {"x":17.25, "y":0}, {"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}, {"x":3, "y":1.25}, {"x":4, "y":1.25}, {"x":5, "y":1.25}, {"x":6, "y":1.25}, {"x":7, "y":1.25}, {"x":8, "y":1.25}, {"x":9, "y":1.25}, {"x":10, "y":1.25}, {"x":11, "y":1.25}, {"x":12, "y":1.25}, {"x":13, "y":1.25}, {"x":14, "y":1.25}, {"x":15.25, "y":1.25}, {"x":16.25, "y":1.25}, {"x":17.25, "y":1.25}, {"x":0, "y":2.25, "w":1.5}, {"x":1.5, "y":2.25}, {"x":2.5, "y":2.25}, {"x":3.5, "y":2.25}, {"x":4.5, "y":2.25}, {"x":5.5, "y":2.25}, {"x":6.5, "y":2.25}, {"x":7.5, "y":2.25}, {"x":8.5, "y":2.25}, {"x":9.5, "y":2.25}, {"x":10.5, "y":2.25}, {"x":11.5, "y":2.25}, {"x":12.5, "y":2.25}, {"x":13.5, "y":2.25, "w":1.5}, {"x":15.25, "y":2.25}, {"x":16.25, "y":2.25}, {"x":17.25, "y":2.25}, {"x":0, "y":3.25, "w":1.75}, {"x":1.75, "y":3.25}, {"x":2.75, "y":3.25}, {"x":3.75, "y":3.25}, {"x":4.75, "y":3.25}, {"x":5.75, "y":3.25}, {"x":6.75, "y":3.25}, {"x":7.75, "y":3.25}, {"x":8.75, "y":3.25}, {"x":9.75, "y":3.25}, {"x":10.75, "y":3.25}, {"x":11.75, "y":3.25}, {"x":12.75, "y":3.25, "w":2.25}, {"x":0, "y":4.25, "w":2.25}, {"x":2.25, "y":4.25}, {"x":3.25, "y":4.25}, {"x":4.25, "y":4.25}, {"x":5.25, "y":4.25}, {"x":6.25, "y":4.25}, {"x":7.25, "y":4.25}, {"x":8.25, "y":4.25}, {"x":9.25, "y":4.25}, {"x":10.25, "y":4.25}, {"x":11.25, "y":4.25}, {"x":12.25, "y":4.25, "w":1.75}, {"x":14, "y":4.25}, {"x":16.25, "y":4.25}, {"x":0, "y":5.25, "w":1.25}, {"x":1.25, "y":5.25, "w":1.25}, {"x":2.5, "y":5.25, "w":1.25}, {"x":3.75, "y":5.25, "w":6.25}, {"x":10, "y":5.25, "w":1.25}, {"x":11.25, "y":5.25, "w":1.25}, {"x":12.5, "y":5.25, "w":1.25}, {"x":13.75, "y":5.25, "w":1.25}, {"x":15.25, "y":5.25}, {"x":16.25, "y":5.25}, {"x":17.25, "y":5.25}] |
