Zach White
Zach White
We had this functionality in the old qmk firmware flasher and the list of pid's that used is here: https://github.com/qmk/qmk_flasher/blob/master/src/MainWindow/app.js#L15
I feel like it should be disabled until it's needed. It's pretty confusing and only actually needed in a limited number of circumstances.
From a high level we need to sign the app to avoid that prompt. That's a chunk of work for both mac and windows that no one has taken on...
Signing the app is something we keep kicking down the road. We will do it, but I can't give you a timeline on it. In the meantime you can bypass...
For the time being you can [work around this](https://support.apple.com/en-us/HT202491) by opening System Preferences, going to Security & Privacy, and under the General tab you should see QMK Toolbox listed. Click...
I ended up writing a tool to help me with this: https://kle.clueboard.co/
I've been thinking about this one. Part of me wants to make that a read-only box, because it would confuse non-technical users if they accidentally edited a previously working file....
The scenario looks something like this: * User drops a file in or selects one through the file picker * User accidentally clicks and/or drags in the file box, maybe...
Thanks for bringing this to our attention. We'll look into if there's any ramifications to changing this, I don't think anyone is using it but I'm not entirely sure yet.
This should already be the case. I've only tested on OS X though. Is it not working on windows?