Commit 6fb834fb authored by TheTaoOfSu's avatar TheTaoOfSu
Browse files

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

parent a45c47ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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