fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#ZMK

0 posts0 participants0 posts today
Replied in thread

@TfTHacker I’ve been refining the keymap for my split keyboard recently, so this thinking is particularly resonant. Very cool to be able to establish your own key combos for shortcuts that otherwise feel awkward or unintuitive.

Among other things, I’ve been having a lot of fun with smart toggles (caps word, smart shift lock etc) and easier key combos for backspace (delete last word, delete whole line). 🤓 #ZMK

Today was my first day at Analog Devices, in an Embedded OSS Architect role contributing to their @zephyr work! Super excited to get to focus on Zephyr itself after all these years as a downstream consumer working on . My work on ZMK of course will still continue, just in my spare time like it used to.

Ugh! Finally tracked down this rp2040 UART instability to the fact that the Zephyr 3.5 driver for this has completely disabled the FIFOs, so even though I was using it in interrupt mode, RX was dropping bytes constantly.

Tweaked the driver in the Zephyr fork and it's *way* more stable. Getting a real split test soon for really kicking the tires. Newer @zephyr releases have a unified pl011 driver that doesn't have this issue.

In today's episode of fun: stm32f4 flash sector layout is... *odd*. Trying to add support for an f401cb based keyboard someone else made, and I'm doing hoops to get tinyuf2 into the first 32K, settings in the next 2x16K sectors, and then the app loaded from the last large 64K sector. 🙏