diff options
| author | goranzarkovic <goran.zarkovic@gmail.com> | 2020-06-01 19:23:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 17:23:25 -0700 |
| commit | 14eccef7bf433558ef9fbadc89dc35035f20cce0 (patch) | |
| tree | 923b1e6edfad98b9203f26a939c7ca3a8e60237c | |
| parent | aab5c44c7d94ace79337ae60b9185b820c390f00 (diff) | |
| download | qmk_firmware-14eccef7bf433558ef9fbadc89dc35035f20cce0.tar.gz qmk_firmware-14eccef7bf433558ef9fbadc89dc35035f20cce0.zip | |
Fixing the PRODUCT_ID to match the liminal.json on VIA repo (#9232)
| -rw-r--r-- | keyboards/the_royal/liminal/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/the_royal/liminal/config.h b/keyboards/the_royal/liminal/config.h index 09b8d501d..45cb48c4e 100644 --- a/keyboards/the_royal/liminal/config.h +++ b/keyboards/the_royal/liminal/config.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | /* USB Device descriptor parameter */ | 5 | /* USB Device descriptor parameter */ |
| 6 | #define VENDOR_ID 0x4B4B | 6 | #define VENDOR_ID 0x4B4B |
| 7 | #define PRODUCT_ID 0x0002 | 7 | #define PRODUCT_ID 0x0003 |
| 8 | #define DEVICE_VER 0x0001 | 8 | #define DEVICE_VER 0x0001 |
| 9 | #define MANUFACTURER TheRoyalSweatshirt | 9 | #define MANUFACTURER TheRoyalSweatshirt |
| 10 | #define PRODUCT Liminal | 10 | #define PRODUCT Liminal |
