Richard Goulter
Richard Goulter
@peepeetee it is! I'd searched the github issues for "BM40" and "kprepublic" and couldn't see a PR for it :sweat_smile: :  ("bm40hsrgb" would've found it). The code is a...
@SyreeseOfficial you'll probably get quicker help asking on discord. For getting your qmk_firmware to have the code in this PR, this comment is useful https://github.com/qmk/qmk_firmware/blob/4791cfae1af0bc15a0bd8417c5195bf482b87605/keyboards/planck/rev6/rules.mk#L33 which gives the following git...
> I got a warning saying the firmware had almost no bytes left but it worked Adding ``` LTO_ENABLE = yes ``` to `rules.mk` in the keymap helps. https://docs.qmk.fm/#/squeezing_avr
@zvecr @fauxpark the changes requested have been fixed. Could you update your reviews?
> how can i upload sketches without having to press a physical button on the device, etc? A compilation output of an Arduino sketch is a firmware for the device....
> however what confuses me, and makes me ask about butonless HID mode is because the README seems to say i still need to press some button... key instead of...
Ah, that's right. Sorry, I haven't yet tried this bootloader. I recall seeing the code has a comment in the entrypoint: ``` In case of incoming magic number or is...
This is what makes sense to me; I haven't tried it. I don't have any significant experience with embedded development; so I'd suggest the search terms "stm32 software reset"; and/or...
> What would be needed for this? Some notes: Implementation wise, for covering `nix develop` I'd estimate the main work would be in `src/main/ext/nix_env.cljs`. https://github.com/arrterian/nix-env-selector/blob/472c4c4211f13f74ea27418e1ec30a706b809e5f/src/main/ext/nix_env.cljs, the actions.cljs then uses `env/get-nix-env-async`...
> > but do note that flake hasn't entered stable Nix yet. So you'll want to add docs about enabling the Nix experimental flags as well. > > There's also...