qmk: add bootloadhid as a propagatedBuildInput for hardware support (#409805)

This commit is contained in:
Aleksana 2025-05-23 20:22:42 +08:00 committed by GitHub
commit b26ac34bc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
fetchPypi, fetchPypi,
pkgsCross, pkgsCross,
avrdude, avrdude,
bootloadhid,
dfu-programmer, dfu-programmer,
dfu-util, dfu-util,
wb32-dfu-updater, wb32-dfu-updater,
@ -42,6 +43,7 @@ python3.pkgs.buildPythonApplication rec {
++ [ ++ [
# Binaries need to be in the path so this is in propagatedBuildInputs # Binaries need to be in the path so this is in propagatedBuildInputs
avrdude avrdude
bootloadhid
dfu-programmer dfu-programmer
dfu-util dfu-util
wb32-dfu-updater wb32-dfu-updater