You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Libra Mini definition in Vial expects productId 0x4C24, but currently-shipping boards have productId 0x4C23. The existing definition is otherwise fully compatible with 0x4C23 boards.
System Information
Keyboard: Libra Mini Revision (if applicable): 0x4C23 putative rev. 2 Operating system: n/a qmk doctor output: n/a
Vial doesn't actually use vendorId or productId for the vial firmware. It is only used in VIA backwards compatibility mode. So if the keyboard's not showing up, that means it was not flashed with the vial firmware. In general I consider VIA backwards compatibility to be mostly deprecated, so we will not act on this issue.
My suggestions are:
check with the keyboard vendor if the Vial firmware is available for that keyboard, download and flash it
consider using the VIA application for keyboards flashed with VIA firmware
This contains commit from da78eb3759b8..9d7a7f904ed1:
9d7a7f90 Merge pull request vial-kb#382 from KarlK90/fix/rp2040-i2c-speeds
70119934 Merge pull request vial-kb#383 from
KarlK90/fix/rp2040-usb-get-status-request
1a1bbe6c rp2040: usb: fix usb_lld_get_status functions
7d9212dd rp2040: i2c: fix speed calculation
fb67e502 Merge pull request vial-kb#377 from 1Conan/sn32_fix_registry
e72939ef SN32: update registry
5b4836ca Merge pull request vial-kb#376 from dexter93/sn32_usb_v2
5ded9de9 sn32: usb: do NOT clear interrupt status until handled
Leftover Sonix reference code cleanup. Sometimes when there is
traffic on more than 1 ep's packets would be dropped before they
could be handled. Clearing the status flags after handling them
takes care of it.
e9a4a512 sn32: usb: only activate interrupts on lld start
e4a35d1c sn32: fix host remote wakeup
Describe the Bug
The Libra Mini definition in Vial expects productId 0x4C24, but currently-shipping boards have productId 0x4C23. The existing definition is otherwise fully compatible with 0x4C23 boards.
System Information
Keyboard: Libra Mini
Revision (if applicable): 0x4C23 putative rev. 2
Operating system: n/a
qmk doctor
output: n/aAny keyboard related software installed?
n/a
Additional Context
Files currently working with 0x4C23 boards: https://gist.github.com/sehrgut/622edc0f0e3a75bcff367c4cff2a436a
The text was updated successfully, but these errors were encountered: