I'm trying to flash my Ducky One 2 Mini keyboard using the instructions here, but I can't seem to get it in bootloader mode. I'm using Linux (NixOS if it matters).
I manage to get the board to freeze if I run nu-isp-cli 0416:0123 info, but trying to flash after doing that doesn't do anything, and replugging the board makes it work like before.
Sometimes I get this error
$ nu-isp-cli 0416:0123 info
Printing info...
hidapi error: hid_error is not implemented yet!
ERROR! HidError(HidApiError { message: "hid_error is not implemented yet" })
or this one
$ nu-isp-cli 0416:0123 info
Printing info...
ERROR nu_isp_cli > nu-isp-cli/src/main.rs(423): Failed opening hid device
Are you sure device is plugged in and in bootloader mode?
Is there some library I've left out while building the program?
I'm trying to flash my Ducky One 2 Mini keyboard using the instructions here, but I can't seem to get it in bootloader mode. I'm using Linux (NixOS if it matters).
I manage to get the board to freeze if I run
nu-isp-cli 0416:0123 info, but trying to flash after doing that doesn't do anything, and replugging the board makes it work like before.Sometimes I get this error
or this one
Is there some library I've left out while building the program?