Skip to content

Commit

Permalink
[Windows] Add libftdi (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Aug 2, 2021
1 parent 5a8854f commit 995b327
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions windows/QMK Toolbox/Flashing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class Flashing : EventArgs
"dfu-util.exe",
"mdloader.exe",
"teensy_loader_cli.exe",
"libftdi1.dll",
"libusb0.dll",
"libusb-0-1-4.dll",
"libusb-1.0.dll",
Expand Down
1 change: 1 addition & 0 deletions windows/QMK Toolbox/QMK Toolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
<EmbeddedResource Include="Resources\mdloader.exe" />
<EmbeddedResource Include="Resources\qmk_driver_installer.exe" />
<EmbeddedResource Include="Resources\teensy_loader_cli.exe" />
<EmbeddedResource Include="Resources\libftdi1.dll" />
<EmbeddedResource Include="Resources\libusb0.dll" />
<EmbeddedResource Include="Resources\libusb-0-1-4.dll" />
<EmbeddedResource Include="Resources\libusb-1.0.dll" />
Expand Down
Binary file added windows/QMK Toolbox/Resources/libftdi1.dll
Binary file not shown.

0 comments on commit 995b327

Please sign in to comment.