diff options
| author | Ryan | 2022-08-02 20:39:00 +0200 |
|---|---|---|
| committer | GitHub | 2022-08-02 20:39:00 +0200 |
| commit | be5b1a24bf650d9bc0bff4cf3b27a9c641d262fd (patch) | |
| tree | 1843d23ba57633d3dec2fac7512d78fcb1447853 /keyboards/ocean/addon | |
| parent | 24488e043eb61e6e53dfcc2e391a1ed317aeb5c7 (diff) | |
Move keyboard USB IDs and strings to data driven: O (#17874)
Diffstat (limited to 'keyboards/ocean/addon')
| -rw-r--r-- | keyboards/ocean/addon/config.h | 6 | ||||
| -rw-r--r-- | keyboards/ocean/addon/info.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/ocean/addon/config.h b/keyboards/ocean/addon/config.h index 1b221b65bd..9380a36eb6 100644 --- a/keyboards/ocean/addon/config.h +++ b/keyboards/ocean/addon/config.h @@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0x9624 -#define PRODUCT_ID 0x0012 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Ocean -#define PRODUCT AddOn - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 7 diff --git a/keyboards/ocean/addon/info.json b/keyboards/ocean/addon/info.json index 75e1eb2c48..05d41ab59a 100644 --- a/keyboards/ocean/addon/info.json +++ b/keyboards/ocean/addon/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "AddOn", + "manufacturer": "Ocean", "url": "tokopedia.com/kbdksp", "maintainer": "Ocean", + "usb": { + "vid": "0x9624", + "pid": "0x0012", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |