Jonathan Rascher

Results 43 comments of Jonathan Rascher

Oooh, it looks like this may be the solution to my perennial Crkbd firmware size issues. :) When I went to rebase my local keymap branch so I could send...

Yeah, that's basically it. Otherwise, I tended to forget the bed was preheated. FWIW, since requesting this I've switched from PEI on glass to PEI on spring steel, and preheating...

Although in practice, if we spread these keys across more reports, there may be race conditions if we don't introduce a mechanism like weak mods, which are [cleared if a...

[Building from source](https://github.com/cvsandbox/cam2web/blob/master/Building.md) is not hard (requiring only the free Visual Studio Community), and indeed I highly recommend you do so. The latest Git HEAD has less than 0.1% idle...

> Once combo's are in, you could make a "lock" layer (with only `&none` everywhere) and a combo which uses the `&tog` to jump to the empty layer. Press the...

So [using a lock layer like this](https://github.com/bcat/zmk-config/commit/0f0b57ff233a56345426d3139d3d26906ecd7f18) seems to work well enough. It's a little annoying that there's no feedback when locked/unlocked, but without an OLED to update or an...

Actually, I had to [revert that commit](https://github.com/bcat/zmk-config/commit/e2628cfb7304fdbe620fc84193196e557b0d4717). It seems using a combo together with layer keys lead to a strange race condition. If I pressed Lower+Raise+AnyKey (e.g., Lower+Raise+E, which I...

For some reason, I never could get the combo to disable the lock layer working properly, but here's what I ended up with that does work: https://github.com/bcat/zmk-config/blob/8c92cdf5e93cbb2bd4357891794506e3495fea8d/config/corne.keymap#L89-L103. I think it's...