2022-08-22 01:32:20 Hello--I come looking for info on driving my keyboard with forth. Forth simply looks to be the best choice for my design goals and so I am learning forth as I go. (It's a very intriguing language!) Flashforth seems a good candidate as it supports my microcontroller but I don't know how to modify it to set it up for the purpose. Has anyone done 2022-08-22 01:32:20 something similar who could guide me? 2022-08-22 10:43:44 AlicePris: Did you find what you needed? What kind of keyboard is it? What kind of interface are you needing to drive? 2022-08-22 12:47:24 AlicePris: You might also take a look at MeCrisp Across. 2022-08-22 12:47:45 I didn't know about it until recently, but it looks like a quite nice system, for particular micros. 2022-08-22 12:52:57 AlicePris: I use Mecrisp Stellaris with the Raspberry Pi Pico, and Stellaris supports some popular STM micros 2022-08-22 13:38:45 lispmacs[work] I found someone to talk to but I'm waiting for them to come online. 2022-08-22 13:39:19 Keebio Iris, uses an atmega32u4. 2022-08-22 13:49:33 Not sure what you mean by interface--it's a keyboard. The thought is to toggle a forth mode where I can add code on the fly stored in RAM. For rapid prototyping of interfaces. 2022-08-22 13:50:06 Actually the primary goal is to simply stop using QMK and with it C. I tire of C. 2022-08-22 14:10:36 If you get well set up for doing embedded work with Forth, my guess is that you'll enjoy it a lot - it's practically an ideal tool for that kind of work. 2022-08-22 14:10:50 Makes it super easy to "just tinker."