mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-12 22:44:11 +00:00
[Keyboard] Fix VID and PID for AnnePro2
This commit is contained in:
parent
391c0428c9
commit
5a2477fb34
@ -1,7 +1,7 @@
|
||||
{
|
||||
"keyboard_name": "Anne Pro 2 C15 (QMK)",
|
||||
"usb": {
|
||||
"pid": "0xAC15"
|
||||
"pid": "0x8008"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "custom"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"keyboard_name": "Anne Pro 2 C18 (QMK)",
|
||||
"usb": {
|
||||
"pid": "0xAC18"
|
||||
"pid": "0x8009"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "custom"
|
||||
|
@ -3,7 +3,7 @@
|
||||
"url": "https://openannepro.github.io/",
|
||||
"maintainer": "bwisn",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"vid": "0x04D9",
|
||||
"device_version": "13.3.7"
|
||||
},
|
||||
"layouts": {
|
||||
|
Loading…
Reference in New Issue
Block a user