Browse Source

Formatting changes

main
Abhas Abhinav 2 years ago
parent
commit
437dda8f76
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      readme.md

+ 8
- 8
readme.md View File

@ -52,20 +52,20 @@ can be used in a similar manner with multiple video conferencing tools.
4. Setup `qmk dependencies`:
```
cd qmk_firmware/
qmk setup
```
```
cd qmk_firmware/
qmk setup
```
Running `qmk setup` should install the necessary tools required to compile
and flash the keyboard firmware. On Debian, this will do the equivalent of:
```
apt-get install build-essential avr-gcc arm-none-eabi-gcc avrdude dfu-util
```
apt-get install build-essential avr-gcc arm-none-eabi-gcc avrdude dfu-util
dfu-programmer
```
```
Now you should be able to compile your firmware.
Now you should be able to compile your firmware.
5. Clone [this repository](https://sovran.dev/mh/vckyb6) into `keyboards/mh/`:


Loading…
Cancel
Save