diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-17 18:19:09 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-17 18:19:09 -0800 |
commit | ade6f8e71a065efe8f30bb5fa42ac398b9aa6e78 (patch) | |
tree | a74ad78d413a80c3557dd078b577b5f46332b395 /keyboards/duck/lightsaver/config.h | |
parent | db8d68acdcdb009fc2a9d773a7d2c07992a46933 (diff) |
[Keyboard] update VENDOR_ID, PRODUCT_ID, and DEVICE_VER for Duck boards (#4612)
* change VENDOR_ID, PRODUCT_ID, and DEVICE_VER as step one in getting VIA support
* fix v1 product id
* VIA doesn't use the version, so we need to encode it into PRODUCT_ID
Diffstat (limited to 'keyboards/duck/lightsaver/config.h')
-rw-r--r-- | keyboards/duck/lightsaver/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/duck/lightsaver/config.h b/keyboards/duck/lightsaver/config.h index bc984c7e56..745af4330d 100644 --- a/keyboards/duck/lightsaver/config.h +++ b/keyboards/duck/lightsaver/config.h @@ -21,8 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x1337 +#define VENDOR_ID 0x444B // Duck ("DK") +#define PRODUCT_ID 0x4C53 // Lightsaver ("LS") #define DEVICE_VER 0x0003 #define MANUFACTURER Duck #define PRODUCT Lightsaver V3 |