summaryrefslogtreecommitdiff
path: root/tmk_core/native.mk
diff options
context:
space:
mode:
authorSergey Vlasov <sigprof@gmail.com>2020-10-27 02:40:59 +0300
committerDrashna Jael're <drashna@live.com>2021-01-12 22:43:33 -0800
commit0928d032137883e471c1889e42fa97d716b9cc62 (patch)
tree13e069e0e93ea0fc7ac0d81e9eddc49839bed7d2 /tmk_core/native.mk
parent6edb0047326c278e4d36e7e3d495019abac948c0 (diff)
Fix KEYBOARD_SHARED_EP incompatibility with VIA (#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.
Diffstat (limited to 'tmk_core/native.mk')
0 files changed, 0 insertions, 0 deletions