diff options
author | duoshock <33636898+duoshock@users.noreply.github.com> | 2021-04-20 18:22:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 10:22:29 -0700 |
commit | 54bad99e0e94060edfad16e0a293e5feac2a478e (patch) | |
tree | 81cdbe157528debe498266925aa713813d4b5a03 /keyboards/merge | |
parent | 9a3ba6874c5ccd42304e5ea956c86fe54bcf41fa (diff) | |
download | qmk_firmware-54bad99e0e94060edfad16e0a293e5feac2a478e.tar.gz qmk_firmware-54bad99e0e94060edfad16e0a293e5feac2a478e.zip |
[Keyboard] Update ISO Macro vendor ID to meet VIA requirement (#12564)
Co-authored-by: online <33636898+online@users.noreply.github.com>
Diffstat (limited to 'keyboards/merge')
-rw-r--r-- | keyboards/merge/iso_macro/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/merge/iso_macro/config.h b/keyboards/merge/iso_macro/config.h index 5ad63c134d..05ca6f05f7 100644 --- a/keyboards/merge/iso_macro/config.h +++ b/keyboards/merge/iso_macro/config.h @@ -18,7 +18,7 @@ #include "config_common.h" -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x4D65 #define PRODUCT_ID 0x1200 #define DEVICE_VER 0x0001 #define MANUFACTURER Merge |