From a4d563b4d85f92336bb4e7006f5f83fb80f63c7c Mon Sep 17 00:00:00 2001 From: Nico Stuhlmueller Date: Wed, 26 Apr 2023 23:15:53 +0200 Subject: [PATCH] switched make to qmk commands in readme --- firmware_qmk/hackpad/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware_qmk/hackpad/readme.md b/firmware_qmk/hackpad/readme.md index a1524c2..45ca8f0 100644 --- a/firmware_qmk/hackpad/readme.md +++ b/firmware_qmk/hackpad/readme.md @@ -15,11 +15,11 @@ In v0.3 this is fixed by moving some diodes to the bottom side. The bottom diode Make example for this keyboard (after setting up your build environment): - make hackpad:default + qmk compile -kb hackpad -km default Flashing example for this keyboard: - make hackpad:default:flash + qmk flash -kb hackpad -km default See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).