1.
2.
3. ```
git clone https://github.com/qmk/qmk_firmware.git
```
1. ```
make git-submodule
```
This will download the chibi-os submoduled needed to create firmware for ARM based boards such as the dz60rgb.
2. ```
make dztech/dz60rgb:mekanist
```
This will result in a file called `dztech_dz60rgb_mekanist.bin` that you can flash onto your board using QMK Toolbox.