fixing flash script

This commit is contained in:
Chris Cochrun 2025-11-14 07:13:06 -06:00
parent cb170437d4
commit ce04968a7d

View file

@ -27,7 +27,7 @@
src = ./.;
flash = fw: ''
echo "Flashing ${fw}.hex ..."
${pkgs.teensy-loader-cli}/bin/teensy-loader-cli -mmcu=atmega32u4 -v -w ${fw}.hex
${pkgs.qmk}/bin/qmk flash ${fw}.hex
'';
};
}