From 4d4208c040d4640266a79e98448d6b4871367361 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 21 Jul 2023 14:40:50 +0700 Subject: [PATCH] chore: compile faster --- Makefile | 2 +- README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8d8e448..deb04d7 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ cp: compile: $(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 . json: diff --git a/README.md b/README.md index ba48907..b0f46c3 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ From [QMK dztech/dz60rgb_wkl](https://github.com/qmk/qmk_firmware/tree/master/ke ## Install Run `make` to build the firmware. - -If success, firmware file is `dztech_dz60rgb_wkl_v2_1_haunt98.bin` +If success, firmware file `dztech_dz60rgb_wkl_v2_1_haunt98.bin` is located inside repo. Currently firmware size: @@ -16,7 +15,7 @@ Currently firmware size: * 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`. - Unplug cable, then hold `ESC` and plug cable.