Fix README and add to gitignore
parent
69314a0034
commit
111eb46960
|
|
@ -6,6 +6,7 @@
|
||||||
*.elf
|
*.elf
|
||||||
*.hex
|
*.hex
|
||||||
*.qmk
|
*.qmk
|
||||||
|
*.dfu
|
||||||
!util/bootloader.hex
|
!util/bootloader.hex
|
||||||
!quantum/tools/eeprom_reset.hex
|
!quantum/tools/eeprom_reset.hex
|
||||||
*.log
|
*.log
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ $ make anne_pro
|
||||||
```
|
```
|
||||||
This produces a file `anne_pro_default.bin` in the main folder. To covert this to a DFU file use the script provided.
|
This produces a file `anne_pro_default.bin` in the main folder. To covert this to a DFU file use the script provided.
|
||||||
```
|
```
|
||||||
./dfu-convert.py -b 0x08004000:anne_pro_default.bin anne_pro_default.dfu
|
./util/dfu-convert.py -b 0x08004000:anne_pro_default.bin anne_pro_default.dfu
|
||||||
```
|
```
|
||||||
|
|
||||||
## Flashing the firmware
|
## Flashing the firmware
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue