KeyboardioHID icon indicating copy to clipboard operation
KeyboardioHID copied to clipboard

A HID library for Arduino

Results 10 KeyboardioHID issues
Sort by recently updated
recently updated
newest added

Make the Boot Keyboard the only keyboard, and make it have a hybrid report format in Report Protoocol, while still ending Boot Reports in Boot Protocol. The hybrid reports have...

According to the HID spec, we should send ErrorKeyRollover in all positions when there are more (non-modifier) keys pressed on the Boot Keyboard than there are positions in the Boot...

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...

This reverts commit ab9702352f09f4f4ceee0ba639f872d00df06e93. The underlying issue on Intel macBooks has been resolved and this issue seems to potentially have been the cause of stuck key reports on Windows machines...

I'm submitting this as a PR, rather than an issue, because I want to discuss the code very specifically, and this is a much simpler way to present it, and...

This breaks using the Keyboardio Model 100 in boot mode or if it's plugged into an intel mac before the mac is powered on. cc @bjc In theory, this patch...

There's a function in `PluggableUSB` called `getShortName()`, which is used to send a response to an ISERIAL descriptor request. We use this to send a device-specific name back, like `kbio01`,...

enhancement
question

Currently, KeyboardioHID follows the HID spec, and defaults to report protocol, with an option to go back to boot. We should have a way to default to boot, without having...

enhancement

Pressing on the key mapped to Consumer_PlaySlashPause occasionally registers two presses in one press. A quick test gives me two such incidents in 20 attempts. My mapping places the play/pause...

bug