Closed tmk closed 8 months ago
Key strokes from Mini M are "ignored". The keyboard sends 10 byte report, not 8.
Waiting for device: Listening: input 1: 00 00 29 00 00 00 00 00 00 00 00 00 ignored 00 00 29 00 00 00 00 00 00 00 00 00 input 1: 00 00 00 00 00 00 00 00 00 00 00 00 ignored 00 00 00 00 00 00 00 00 00 00 00 00 input 1: 00 00 3A 00 00 00 00 00 00 00 00 00 ignored 00 00 3A 00 00 00 00 00 00 00 00 00 input 1: 00 00 00 00 00 00 00 00 00 00 00 00 ignored 00 00 00 00 00 00 00 00 00 00 00 00 input 1: 00 00 3B 00 00 00 00 00 00 00 00 00 ignored
This fix cause this issue: https://github.com/tmk/tmk_keyboard/commit/61fc65141cc5a28b1f134f904a86333b3c2e76c2
https://github.com/tmk/tmk_keyboard/blob/61fc65141cc5a28b1f134f904a86333b3c2e76c2/tmk_core/protocol/usb_hid/parser.cpp#L15-L19
Key strokes from Mini M are "ignored". The keyboard sends 10 byte report, not 8.
This fix cause this issue: https://github.com/tmk/tmk_keyboard/commit/61fc65141cc5a28b1f134f904a86333b3c2e76c2
https://github.com/tmk/tmk_keyboard/blob/61fc65141cc5a28b1f134f904a86333b3c2e76c2/tmk_core/protocol/usb_hid/parser.cpp#L15-L19