From f319ed8b02bb91a63ead1fb395981a8b61a26f62 Mon Sep 17 00:00:00 2001 From: Abhas Abhinav Date: Fri, 9 Jul 2021 13:06:14 +0530 Subject: [PATCH] Formatting changes --- readme.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index f221320..905eda8 100644 --- a/readme.md +++ b/readme.md @@ -52,21 +52,22 @@ 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 dfu-programmer - ``` + ``` + 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. -3. Clone [this repository](https://sovran.dev/mh/vckyb6) into `keyboards/mh/`: +5. Clone [this repository](https://sovran.dev/mh/vckyb6) into `keyboards/mh/`: ``` cd qmk_firmware/ @@ -75,13 +76,13 @@ can be used in a similar manner with multiple video conferencing tools. git clone https://sovran.dev/mh/vckyb6/ ``` -4. Now compile the firmware: +6. Now compile the firmware: ``` make mh/vckyb6:default ``` -5. Reset your keyboard and put it into programming mode and then flash the +7. Reset your keyboard and put it into programming mode and then flash the firmware: ```