chore: compile faster
parent
fdfc5d6bc8
commit
4d4208c040
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ cp:
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
$(MAKE) cp
|
$(MAKE) cp
|
||||||
qmk compile -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
|
qmk compile -j 8 -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
|
||||||
mv ~/qmk_firmware/dztech_dz60rgb_wkl_v2_1_haunt98.bin .
|
mv ~/qmk_firmware/dztech_dz60rgb_wkl_v2_1_haunt98.bin .
|
||||||
|
|
||||||
json:
|
json:
|
||||||
|
|
|
@ -7,8 +7,7 @@ From [QMK dztech/dz60rgb_wkl](https://github.com/qmk/qmk_firmware/tree/master/ke
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Run `make` to build the firmware.
|
Run `make` to build the firmware.
|
||||||
|
If success, firmware file `dztech_dz60rgb_wkl_v2_1_haunt98.bin` is located inside repo.
|
||||||
If success, firmware file is `dztech_dz60rgb_wkl_v2_1_haunt98.bin`
|
|
||||||
|
|
||||||
Currently firmware size:
|
Currently firmware size:
|
||||||
|
|
||||||
|
@ -16,7 +15,7 @@ Currently firmware size:
|
||||||
* The firmware size is fine - 16074/26624 (60%, 10550 bytes free)
|
* The firmware size is fine - 16074/26624 (60%, 10550 bytes free)
|
||||||
```
|
```
|
||||||
|
|
||||||
Put keyboard into bootloader mode:
|
Put keyboard into bootloader mode in 2 ways (only choose one):
|
||||||
|
|
||||||
- Press `QK_BOOT`.
|
- Press `QK_BOOT`.
|
||||||
- Unplug cable, then hold `ESC` and plug cable.
|
- Unplug cable, then hold `ESC` and plug cable.
|
||||||
|
|
Loading…
Reference in New Issue