Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BT config uses a different field for the manufacturer name #28

Merged
merged 1 commit into from
Oct 11, 2022

Conversation

joshfrench
Copy link
Contributor

Without this the device info uses the default manufacturer string:

    {
        "device_id": 4294989613,
        "is_karabiner_virtual_hid_device": false,
        "is_keyboard": true,
        "is_pointing_device": false,
        "location_id": 2150578859,
        "manufacturer": "ZMK Project",
        "product": "Adv360 Pro",
        "product_id": 24926,
        "transport": "Bluetooth Low Energy",
        "vendor_id": 7504
    }

After:

    {
        "device_id": 4294990214,
        "is_karabiner_virtual_hid_device": false,
        "is_keyboard": true,
        "is_pointing_device": false,
        "location_id": 2150578859,
        "manufacturer": "Kinesis Corporation",
        "product": "Adv360 Pro",
        "product_id": 24926,
        "transport": "Bluetooth Low Energy",
        "vendor_id": 7504
    }

@ReFil ReFil merged commit 2f0f47d into KinesisCorporation:V2.0 Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants