Keyboard not working?
If your keyboard is not working or the seems unresponsive when you are pressing buttons, unplug and then plug back in the keyboard to the USB Type A Host port on the Feather.
When the keyboard is plugged in, it will be automatically detected by CircuitPython and be able to be used to input code into the REPL or into calls to the input()
function.
Editor Project Integration
The editor project is built to interact directly with the input (stdin) and output (stdout) streams within the core system. That means that once the keyboard is plugged in and recognized by the system, there is no other specific code needed to initialize, setup the keyboard, or poll for key presses. Conveniently, all of those just work⢠with this project.
Text editor powered by tinymce.