diff options
| author | Ryan <fauxpark@gmail.com> | 2022-07-26 10:52:18 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-26 01:52:18 +0100 |
| commit | 674422eb13a4f5c9c8238629e42f4fc1d7641ede (patch) | |
| tree | a6bd07b6866ea0bb189c05e2bf63cbfa20dc5bc5 /keyboards/atomic | |
| parent | a939293aca697cb263f4972dbb1521d273fbf499 (diff) | |
Move keyboard USB IDs and strings to data driven: A (#17781)
Diffstat (limited to 'keyboards/atomic')
| -rw-r--r-- | keyboards/atomic/config.h | 7 | ||||
| -rw-r--r-- | keyboards/atomic/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/atomic/config.h b/keyboards/atomic/config.h index 095cac906c..a0f38d845f 100644 --- a/keyboards/atomic/config.h +++ b/keyboards/atomic/config.h | |||
| @@ -19,13 +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 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x6060 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER OLKB | ||
| 27 | #define PRODUCT Atomic | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 15 | 24 | #define MATRIX_COLS 15 |
diff --git a/keyboards/atomic/info.json b/keyboards/atomic/info.json index d55ba4b75a..bd0a2c2f99 100644 --- a/keyboards/atomic/info.json +++ b/keyboards/atomic/info.json | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Atomic", | 2 | "keyboard_name": "Atomic", |
| 3 | "manufacturer": "OLKB", | ||
| 3 | "maintainer": "jackhumbert", | 4 | "maintainer": "jackhumbert", |
| 5 | "usb": { | ||
| 6 | "vid": "0xFEED", | ||
| 7 | "pid": "0x6060", | ||
| 8 | "device_version": "0.0.1" | ||
| 9 | }, | ||
| 4 | "layout_aliases": { | 10 | "layout_aliases": { |
| 5 | "LAYOUT_grid": "LAYOUT_ortho_5x15" | 11 | "LAYOUT_grid": "LAYOUT_ortho_5x15" |
| 6 | }, | 12 | }, |
