summaryrefslogtreecommitdiffstats
path: root/tmk_core/make_dfu_header.sh
Commit message (Collapse)AuthorAgeFilesLines
* Migrate make_dfu_header to CLI (#12061)Joel Challis2021-02-281-14/+0
| | | | | | | | | | | | | * Migrate make_dfu_header to CLI * lint fixes * Update lib/python/qmk/cli/generate/dfu_header.py Co-authored-by: Ryan <fauxpark@gmail.com> * Rename object Co-authored-by: Ryan <fauxpark@gmail.com>
* Missed a couple more `#pragma once`s (#11351)Ryan2020-12-301-3/+1
|
* Fixed grep issue in bootloader build target (#3848)Jumail Mundekkat2019-02-181-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