diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-02 10:10:48 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 01:10:48 +0100 |
commit | 056a44c7d3806dad0896133743b755151992d61f (patch) | |
tree | 4186a9298c0211a2c51c01ebb4f60124e7efa218 /keyboards/noxary/x268 | |
parent | 7222969964a41a295910844ef93372e368439a09 (diff) |
Move keyboard USB IDs and strings to data driven: N (#17865)
Diffstat (limited to 'keyboards/noxary/x268')
-rw-r--r-- | keyboards/noxary/x268/config.h | 7 | ||||
-rw-r--r-- | keyboards/noxary/x268/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/noxary/x268/config.h b/keyboards/noxary/x268/config.h index 3c4965a6cc..bf88418deb 100644 --- a/keyboards/noxary/x268/config.h +++ b/keyboards/noxary/x268/config.h @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x4E58 //"NX" -#define PRODUCT_ID 0x0A7B //2683 -#define DEVICE_VER 0x0078 //"x" -#define MANUFACTURER Noxary -#define PRODUCT x268 - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 16 diff --git a/keyboards/noxary/x268/info.json b/keyboards/noxary/x268/info.json index 04cd126de3..bbad48252a 100644 --- a/keyboards/noxary/x268/info.json +++ b/keyboards/noxary/x268/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "Noxary x268", + "keyboard_name": "x268", + "manufacturer": "Noxary", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0x4E58", + "pid": "0x0A7B", + "device_version": "0.7.8" + }, "layouts": { "LAYOUT": { "layout": [ |