Alexander Krikun
Alexander Krikun
First of all, I'd like to thank @dtsykunov - this feature was our hackathon project. Mouse button clicks, movement and scrolling from your keymap! There's even documentation available! This is...
A development environment inside WSL is a common thing, and the plugin does not let you select the golangci-lint binary in the Linux filesystem in GoLand. I'm constantly getting the...
Ever since `b021d192` OLED builds do not fit into `nrfmicro_13_52833`: ``` west update && west build -p -b nrfmicro_13_52833 -d build/jorne_test/left -- -DSHIELD=jorne_left ... /home/screamingwhale/.local/zephyr-sdk-0.15.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/zephyr_pre0.elf section `datas' will not...
Add spi3_sleep pinctrl node to fix nice!60 builds with both RGB underglow and sleep enabled. ## Board/Shield Check-list - [ ] This board/shield is tested working on real hardware -...
From interacting with the interface it's easy to miss the "Save" button. Since the changes on the keyboard are applied immediately, making them and exiting Studio seems like a reasonable...
Add snippet to build for nRF52833/52840 boards while ignoring the SoftDevice. This is necessary as nRF52833 boards are memory-constrained and nRF52840 boards can accidentally erase the SoftDevice. ## Board/Shield Check-list...