/Steno-Keyboard-Arduino

Arduino code for a homemade steno keyboard. There are several files. "steno_keyboard.ino" was for the first board which used an Arduino Mega and a separate port pin for each of the 23 keys. "mux_steno.ino" is for the second board which used an Arduino Micro and multiplexed the 23 keys with 10 pins and 23 diodes. Others were for various StenoMod and TinyMod keyboards. And M0-Forth and Cortex-Forth are works in progress. M0 was an aborted first try. Cortex is a better Forth VM for Arm Cortex Arduinos.

Primary LanguageC++

Stargazers