switched make to qmk commands in readme

main
Nico Stuhlmueller 2023-04-26 23:15:53 +02:00
parent 14f0ca9d73
commit a4d563b4d8
1 changed files with 2 additions and 2 deletions

View File

@ -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).