I am trying to add iOS Home button to ble_hid_controls.js module, but as AC Home id
is 0x223 it needs a different report to include it. I tried to add it as an Usage (0x0a, 0x23, 0x2) but it doesn't work :(
another approach was to send bytes instead of usage bits, still no lock . maybe I dont set it up properly for Generic GUI Application Controls ?
btw, on a Windows machine 0x223 opens Internet Explorer (or maybe the default browser) ;)
any pointers ? as I am loosing my mind to send a simple command.
ps. puck.js rulz (1 day user here). thanks @Gordon
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I am trying to add iOS Home button to ble_hid_controls.js module, but as AC Home id
is 0x223 it needs a different report to include it. I tried to add it as an Usage (0x0a, 0x23, 0x2) but it doesn't work :(
another approach was to send bytes instead of usage bits, still no lock . maybe I dont set it up properly for Generic GUI Application Controls ?
btw, on a Windows machine 0x223 opens Internet Explorer (or maybe the default browser) ;)
any pointers ? as I am loosing my mind to send a simple command.
ps. puck.js rulz (1 day user here). thanks @Gordon