qmk: add bootloadhid as a propagatedBuildInput to support flashing more hardware

(cherry picked from commit 6fb834fb3c)
This commit is contained in:
TheTaoOfSu
2025-05-22 16:10:31 +02:00
committed by misuzu
parent d9335df305
commit 775ffcabc6

View File

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