diff options
| author | zvecr <git@zvecr.com> | 2019-03-14 22:55:08 +0000 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-03-14 15:55:08 -0700 |
| commit | 205ffc277c1b6cb25d11f0938d4df02048870fa5 (patch) | |
| tree | 449c1448855b51fe7d814b17bc89add848fd9a55 /keyboards/mechmini | |
| parent | c025d813baf7ca1dcd427b293b36603339ac31f7 (diff) | |
| download | qmk_firmware-205ffc277c1b6cb25d11f0938d4df02048870fa5.tar.gz qmk_firmware-205ffc277c1b6cb25d11f0938d4df02048870fa5.zip | |
Align use of atmega32a program script (#5259)
* Remove duplicate 'program' files and refactor to use atmega32a_program.py
* Update readme references from 'program' to 'atmega32a_program.py'
Diffstat (limited to 'keyboards/mechmini')
| -rw-r--r-- | keyboards/mechmini/v1/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechmini/v1/README.md b/keyboards/mechmini/v1/README.md index b4a1924c4..315349803 100644 --- a/keyboards/mechmini/v1/README.md +++ b/keyboards/mechmini/v1/README.md | |||
| @@ -29,7 +29,7 @@ $ brew cask install crosspack-avr | |||
| 29 | $ brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb | 29 | $ brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb |
| 30 | ``` | 30 | ``` |
| 31 | 31 | ||
| 32 | In order to use the `./program` script, which can reboot the board into | 32 | In order to use the `./util/atmega32a_program.py` script, which can reboot the board into |
| 33 | the bootloader, you'll need Python 2 with PyUSB installed: | 33 | the bootloader, you'll need Python 2 with PyUSB installed: |
| 34 | 34 | ||
| 35 | ``` | 35 | ``` |
