We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8854f commit 995b327Copy full SHA for 995b327
windows/QMK Toolbox/Flashing.cs
@@ -57,6 +57,7 @@ public class Flashing : EventArgs
57
"dfu-util.exe",
58
"mdloader.exe",
59
"teensy_loader_cli.exe",
60
+ "libftdi1.dll",
61
"libusb0.dll",
62
"libusb-0-1-4.dll",
63
"libusb-1.0.dll",
windows/QMK Toolbox/QMK Toolbox.csproj
@@ -175,6 +175,7 @@
175
<EmbeddedResource Include="Resources\mdloader.exe" />
176
<EmbeddedResource Include="Resources\qmk_driver_installer.exe" />
177
<EmbeddedResource Include="Resources\teensy_loader_cli.exe" />
178
+ <EmbeddedResource Include="Resources\libftdi1.dll" />
179
<EmbeddedResource Include="Resources\libusb0.dll" />
180
<EmbeddedResource Include="Resources\libusb-0-1-4.dll" />
181
<EmbeddedResource Include="Resources\libusb-1.0.dll" />
windows/QMK Toolbox/Resources/libftdi1.dll
120 KB
0 commit comments