X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Frules.mk;h=66b4cbd88eaf7dd840a0cbc1c2adc807e5140794;hb=a499c19cd0fc8aac8d63d4009145b1f7265ee607;hp=987b580c170165bbf31186171478b43422ae9bb0;hpb=4703afac2fdfc50bd81afcd2ccadce71569fcf98;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk index 987b580c..66b4cbd8 100644 --- a/tmk_core/rules.mk +++ b/tmk_core/rules.mk @@ -421,7 +421,7 @@ flip: $(TARGET).hex dfu: $(TARGET).hex @echo -n dfu-programmer: waiting - @until dfu-programmer atmega32u4 get bootloader-version > /dev/null 2>&1; do \ + @until dfu-programmer $(MCU) get bootloader-version > /dev/null 2>&1; do \ echo -n "."; \ sleep 1; \ done