Browse Source

Fixing the PRODUCT_ID to match the liminal.json on VIA repo (#9232)

pull/9305/head
goranzarkovic 3 years ago
committed by GitHub
parent
commit
14eccef7bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/the_royal/liminal/config.h

+ 1
- 1
keyboards/the_royal/liminal/config.h View File

@ -4,7 +4,7 @@
/* USB Device descriptor parameter */
#define VENDOR_ID 0x4B4B
#define PRODUCT_ID 0x0002
#define PRODUCT_ID 0x0003
#define DEVICE_VER 0x0001
#define MANUFACTURER TheRoyalSweatshirt
#define PRODUCT Liminal


Loading…
Cancel
Save