summaryrefslogtreecommitdiffstats
path: root/tmk_core/make_dfu_header.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18Fixed grep issue in bootloader build target (#3848)Jumail Mundekkat1-0/+16
* 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