jwav

Results 6 comments of jwav

@kay-adamof > No, I'm aiming for something completely different. I'm going to edit my question to remove some potential ambiguity.

Thanks for the info, I was kind of expecting for the uf2 `diff` to be meaningless. I've successfully logged into the nice!nano's tty console with `tio` thanks to your link,...

Currently, no output is generated at any time, in the serial console or elsewhere. I set up logging according to the official ZMK link you provided (https://zmk.dev/docs/development/usb-logging/). If I missed...

@caksoylar > Good pointers, mate. Any idea on what I might try on my end?

@codeanpeace > Fair guess. I'll try to check this out today.

I found a bodgy yet effective fix: in `~/.config/nvim/plugged/todo-vim/autoload/`, add the following line within the `s:MappingKeys()` function: `nnoremap k k` Now `k` moves the cursor to the line above. Still...