mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
5920274d70
commit
cb46402a5f
@ -13,7 +13,7 @@ An example of using `sudo`, when your controller is ATMega32u4:
|
||||
|
||||
or just:
|
||||
|
||||
$ qmk flash -kb <keyboard> -km <keymap>
|
||||
$ sudo make <keyboard>:<keymap>:flash
|
||||
|
||||
Note that running `make` with `sudo` is generally ***not*** a good idea, and you should use one of the former methods, if possible.
|
||||
|
||||
|
@ -17,18 +17,10 @@ class CheckStatus(Enum):
|
||||
|
||||
|
||||
ESSENTIAL_BINARIES = {
|
||||
'make': {
|
||||
'version_arg': '--version'
|
||||
},
|
||||
'git': {
|
||||
'version_arg': '--version'
|
||||
},
|
||||
'dos2unix': {
|
||||
'version_arg': '--version'
|
||||
},
|
||||
'diff': {
|
||||
'version_arg': '--version'
|
||||
},
|
||||
'make': {},
|
||||
'git': {},
|
||||
'dos2unix': {},
|
||||
'diff': {},
|
||||
'dfu-programmer': {},
|
||||
'avrdude': {},
|
||||
'dfu-util': {},
|
||||
|
Loading…
Reference in New Issue
Block a user