Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix KEYBOARD_SHARED_EP incompatibility with VIA (qmk#9930)
The `KEYBOARD_SHARED_EP=yes` option was breaking the VIA support, because the raw HID interface number in this case was 0 instead of 1, and the VIA app depends on the exact interface number for raw HID. Change the interface ordering to put the shared interface before the raw HID interface if `KEYBOARD_SHARED_EP` is enabled, so that the raw HID interface can keep its number.
- Loading branch information