malinges
malinges
This issue is getting old, but I managed to use the two libraries at the same time by passing `nullptr` to both the `ssid` and `pass` arguments of `AdafruitIO_WiFi` /...
Zephyr seems to support board revisions, maybe that could help? - https://docs.zephyrproject.org/latest/guides/porting/board_porting.html#multiple-board-revisions - https://github.com/zephyrproject-rtos/zephyr/pull/29990 - https://docs.zephyrproject.org/latest/application/index.html#building-for-a-board-revision
I just got it to work, it's pretty easy actually once you figure out the filename conventions: malinges/zmk@08674fc7d20ebda4bc1fb0729e6865694ba88d65 You can then build for a nice!nano v2 with `west build [-p]...
@Nicell agreed, the main issue with this approach is that it's a breaking change. Unless it's possible to create some kind of board alias, but I don't have enough experience...
Interestingly, Zephyr has both a [board alias system and a board deprecation system](https://github.com/zephyrproject-rtos/zephyr/blob/8c31f31143c681045e4fc27e17b9a972c3b82b70/cmake/app/boilerplate.cmake#L228-L241). The board deprecation system doesn't help since it doesn't look configurable from the application side (so ZMK...
To sum everything up, here are the 3 available options AFAICT: - require users to manually define the RGB-related DT bits (`spi1` and `led_strip`) in their .keymap file (current situation)...
FWIW it looks like AutoEq presets come from https://github.com/jaakkopasanen/AutoEq and are [MIT licensed](https://github.com/jaakkopasanen/AutoEq/blob/master/LICENSE).
Having the same issue under wayland (both sway and hyprland) with the Flatpak version only (AUR build works fine). This is especially annoying considering that closing the main application window...
As expected, version 0.6.3. I'm no nodejs expert, but is there a way to dump its async queue (pending async operations)? This would help a lot with understanding what's going...
FWIW, I think I'm onto something. Looks like a bug in [fs-extra](https://github.com/jprichardson/node-fs-extra) or one of its dependencies: ``` ~$ git clone https://gist.github.com/malinges/c9d48ffaf8fa940e4df3 Cloning into 'c9d48ffaf8fa940e4df3'... remote: Counting objects: 5, done....