Closed tocklime closed 3 months ago
First, does the rp2040 used have 128Mbit of flash? If so, then this is the process:
The script is the key bit that you're probably missing. The default starboard script can be found here: https://github.com/jthlim/javelin_steno_script/blob/main/scripts/starboard/starboard.javelin-script
Finally, if you still can't get it working, jump onto plover discord, firmware discussion channel. Several people have successfully made Javelin work with their own boards
YASK is a RP2040-based steno DIY steno keyboard, where every key is wired to a different IO (similar to the starboard, i guess from reading the Javelin source). The pinout is available here. I've had a go at trying to get javelin working on this, but can't figure out how the starboard goes from the bitmap of which keys are pressed in row-major order (
BUTTON_PINS
) to the set of Steno keys that that means are pressed (where is it that maps the S1 key to the first (or possibly second?, I'm not sure what the extra keys on the left side of the starboard are for) entry inBUTTON_PINS
?The v1 and v2 YASK have different key-pin assignments. I have a v2.
Anyway, I'm happy to keep hacking around with things, but was hoping for some pointers.