keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

mark boot report as padding #99

Open tlyu opened 11 months ago

tlyu commented 11 months ago

This is a partial proof of concept fix for keyboardio/Kaleidoscope#1305. It marks the Boot Keyboard report as all padding, so HID-aware hosts will ignore it, but more constrained hosts, like preboot environments and KVM switches, will hopefully still read it.

A coordinated change to Kaleidoscope is required.