logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 744ac91f5e0e56156d31c7d583b78a71384eef24
parent 1f6dfd19cf93b365c6ad5227d2a8a054ff30cc24
Author: zv0n <tom.zvon@gmail.com>
Date:   Tue,  9 Jan 2024 12:09:39 +0100

[Keyboard] Fix VID and PID for AnnePro2 (#22263)


Diffstat:

Mkeyboards/annepro2/c15/info.json2+-
Mkeyboards/annepro2/c18/info.json2+-
Mkeyboards/annepro2/info.json2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/keyboards/annepro2/c15/info.json b/keyboards/annepro2/c15/info.json @@ -1,7 +1,7 @@ { "keyboard_name": "Anne Pro 2 C15 (QMK)", "usb": { - "pid": "0xAC15" + "pid": "0x8008" }, "eeprom": { "driver": "wear_leveling", diff --git a/keyboards/annepro2/c18/info.json b/keyboards/annepro2/c18/info.json @@ -1,7 +1,7 @@ { "keyboard_name": "Anne Pro 2 C18 (QMK)", "usb": { - "pid": "0xAC18" + "pid": "0x8009" }, "eeprom": { "driver": "wear_leveling", diff --git a/keyboards/annepro2/info.json b/keyboards/annepro2/info.json @@ -3,7 +3,7 @@ "url": "https://openannepro.github.io/", "maintainer": "bwisn", "usb": { - "vid": "0xFEED", + "vid": "0xAC20", "device_version": "13.3.7" }, "layouts": {