So you mean Bluetooth HID on Espruino? I'm afraid not.
As I understand it, you can set up the Adafruit Bluefruit modules to do it, but you won't be able to do it with Puck.js's API - it'll be a matter of sending the correct text strings to it to set it up: https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-uart-friend/hidkeyboard
The examples are all for Arduino, so I'm afraid that while it's possible, it won't exactly be easy :(
@Gordon started
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.
So you mean Bluetooth HID on Espruino? I'm afraid not.
As I understand it, you can set up the Adafruit Bluefruit modules to do it, but you won't be able to do it with Puck.js's API - it'll be a matter of sending the correct text strings to it to set it up: https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-uart-friend/hidkeyboard
The examples are all for Arduino, so I'm afraid that while it's possible, it won't exactly be easy :(