Describe the bug
Trying to use zmk studio to configure my sofle keyboard on linux but whether I use the appimage or chromium I just get the same non-descriptive error when attempting to connect to my keyboard.
To Reproduce
Steps to reproduce the behavior:
- Compile and flash firmware with
cmake-args: -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_STUDIO_LOCKING=n
- Connect keyboard over usb
- Hit the
&out USB bind
- Open zmk studio
- Pick keyboard
Expected behavior
It works
Screenshots

Environment (please complete the following information):
- OS: nixos
- Browser or App: either
- Version: 0.3.1
- Device: choc sofle
Additional context
I also have the groups uucp, plugdev and dialout, and a udev rule to give access to the usb device in an attempt to get this working, but it made no difference:
SUBSYSTEM=="usb", ATTR{idVendor}=="1d50", ATTR{idProduct}=="615e", MODE="0666", GROUP="plugdev", TAG+="uaccess"
Describe the bug
Trying to use zmk studio to configure my sofle keyboard on linux but whether I use the appimage or chromium I just get the same non-descriptive error when attempting to connect to my keyboard.
To Reproduce
Steps to reproduce the behavior:
cmake-args: -DCONFIG_ZMK_STUDIO=y -DCONFIG_ZMK_STUDIO_LOCKING=n&out USBbindExpected behavior
It works
Screenshots

Environment (please complete the following information):
Additional context
I also have the groups uucp, plugdev and dialout, and a udev rule to give access to the usb device in an attempt to get this working, but it made no difference:
SUBSYSTEM=="usb", ATTR{idVendor}=="1d50", ATTR{idProduct}=="615e", MODE="0666", GROUP="plugdev", TAG+="uaccess"