Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate make_dfu_header to CLI (#12061) | Joel Challis | 2021-02-28 | 1 | -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) | Ryan | 2020-12-30 | 1 | -3/+1 |
| | |||||
* | Fixed grep issue in bootloader build target (#3848) | Jumail Mundekkat | 2019-02-18 | 1 | -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 |