fix: improve --list output for BLE devices and bump driverkit to 0.3.0#1987
Merged
jtroo merged 2 commits intojtroo:mainfrom Mar 22, 2026
Merged
fix: improve --list output for BLE devices and bump driverkit to 0.3.0#1987jtroo merged 2 commits intojtroo:mainfrom
jtroo merged 2 commits intojtroo:mainfrom
Conversation
- Only show "use hash values" hint when there are actually devices with empty names - Add warning when Karabiner virtual devices are detected that hashes may not be stable Depends on karabiner-driverkit release with the "Product" property fallback (psych3r/driverkit#16). Ref: jtroo#1944 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The new driverkit version adds a fallback to the IORegistry "Product" property when kIOHIDProductKey is empty, which fixes BLE HID keyboards showing empty names in `kanata --list`. Also adds the new device_hash field to DKEvent structs. Ref: jtroo#1944 Ref: psych3r/driverkit#16 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jtroo
approved these changes
Mar 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the changes
Bump
karabiner-driverkitto 0.3.0 and improve--listoutput for BLE device users.The driverkit update adds a fallback to the IORegistry
"Product"property whenkIOHIDProductKeyis empty, fixing BLE HID keyboards (e.g. ZMK-based boards) showing blankproduct_keyinkanata --list.The
--listoutput changes:Fixes #1944
Checklist
--listcode path