Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS][Windows] Add support for sn32 targets #413

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Windows] include hidapi-0.14.0
dexter93 committed Jun 15, 2023
commit 25010235f30d4d83d704a7d820d4216886990ba7
1 change: 1 addition & 0 deletions windows/QMK Toolbox/Helpers/EmbeddedResourceHelper.cs
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ public static class EmbeddedResourceHelper
"teensy_loader_cli.exe",
"wb32-dfu-updater_cli.exe",
"sonixflasher.exe",
"libhidapi-0.dll",
"libftdi1.dll",
"libusb0.dll",
"libusb-0-1-4.dll",
1 change: 1 addition & 0 deletions windows/QMK Toolbox/QMK Toolbox.csproj
Original file line number Diff line number Diff line change
@@ -203,6 +203,7 @@
<EmbeddedResource Include="Resources\teensy_loader_cli.exe" />
<EmbeddedResource Include="Resources\wb32-dfu-updater_cli.exe" />
<EmbeddedResource Include="Resources\sonixflasher.exe" />
<EmbeddedResource Include="Resources\libhidapi-0.dll" />
<EmbeddedResource Include="Resources\libftdi1.dll" />
<EmbeddedResource Include="Resources\libusb0.dll" />
<EmbeddedResource Include="Resources\libusb-0-1-4.dll" />
Binary file added windows/QMK Toolbox/Resources/libhidapi-0.dll
Binary file not shown.