Skip to content
Discussion options

You must be logged in to vote

Well, I guess there must be. It's possible that you could find another one somewhere that you could use, or maybe the HID combo one could be stripped down. For example you could remove these lines: https://github.com/espruino/EspruinoDocs/blob/master/modules/ble_hid_combo.js#L76-L98

I just did this and tested:

exports = {};

exports.report = new Uint8Array([
    0x05, 0x01,                    // USAGE_PAGE (Generic Desktop)
    0x09, 0x02,                    // USAGE (Mouse)
    0xa1, 0x01,                    // COLLECTION (Application)
    0x85, 0x01,                    //   REPORT_ID (1)
    0x09, 0x01,                    //   USAGE (Pointer)
    0xa1, 0x00,                    //   COLL…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@yerpj
Comment options

@gfwilliams
Comment options

Answer selected by gfwilliams
@yerpj
Comment options

@gfwilliams
Comment options

Comment options

You must be logged in to vote
1 reply
@yerpj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants