I tried the latest build, but seems the keyboard module isn't present anymore:
1v95.188 (c) 2017 G.Williams
Uncaught Error: Module ble_hid_keyboard not found
at line 1 col 36
var kb = require("ble_hid_keyboard");
^
Uncaught Error: Field or method "report" does not already exist, and can't create it on undefined
at line 1 col 38
NRF.setServices(undefined, { hid : kb.report });
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 tried the latest build, but seems the keyboard module isn't present anymore:
1v95.188 (c) 2017 G.Williams