From 437dda8f766f994e684fdd13462fb0a532a9ca5f Mon Sep 17 00:00:00 2001 From: Abhas Abhinav Date: Fri, 9 Jul 2021 13:06:56 +0530 Subject: [PATCH] Formatting changes --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 905eda8..baafd9b 100644 --- a/readme.md +++ b/readme.md @@ -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/`: