Danny

Results 7 comments of Danny

Ah yes, I had the same issue with the Nyquist when I did the first run of stainless steel plates, didn't realize the back side would be rough and unsuitable...

Some VID/PID pairs listed here: http://ww1.microchip.com/downloads/en/devicedoc/doc7618.pdf

Yeah, I'd prefer that, my other thought along the same lines had been to check the `canFlash` status.

@scycer It doesn't quite work that way, both halves actually share the same firmware, but it differs from non-split keyboards in that there's additional code for communicating between each other.

I've started doing some preliminary work on having the app signed and notarized now through GitHub Actions, just a bunch of tedious work right now adding steps to the workflow,...

Due to the deletion of the GitHub Action from the marketplace that we were using to sign Mac build with, we had to remove signing for now (https://github.com/qmk/qmk_toolbox/pull/420). Not sure...

I've put together a script that creates a lightweight, unsigned clone of Xcode by creating symlinks for everything except for the unsigned binary, so you don't have to mess around...