]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fixed grep issue in bootloader build target (#3848)
authorJumail Mundekkat <mundekkat@hotmail.com>
Mon, 18 Feb 2019 18:00:33 +0000 (05:00 +1100)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 18 Feb 2019 18:00:33 +0000 (10:00 -0800)
commit149015e799b5d5df49f7e22aa7bce8f607afdd28
treee95212c7f3534f0ceda29edddef2c6aa4aec0771
parent0cee0764fd9d53d6bb835e2db2340f2541870386
Fixed grep issue in bootloader build target (#3848)

* Changed use of '\s' in grep to '[ \t]' for portability

* Pushed DFU Keyboard.h into a shell script

* Fixed execution permissions on make_dfu_header,sh
tmk_core/avr.mk
tmk_core/make_dfu_header.sh [new file with mode: 0755]