From 66f179419f34b363656753912fc9ac3da763882d Mon Sep 17 00:00:00 2001 From: Dejvino Date: Sun, 22 Oct 2023 06:05:56 +0200 Subject: [PATCH] Fix README readability --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d285031..0dd95f5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 3. Install Dejvino's keyboard layout: `ln -s $(pwd)/../keymap keyboards/ktec/ergodone/keymaps/dejvino` ## Compile -Run `make build`. +Run: `make build` ## Flash If you're not on Linux, download the [TKG Toolkit](https://github.com/kairyu/tkg-toolkit) flashing utility for your system manually, otherwise let `make` do it. @@ -17,9 +17,11 @@ If you're not on Linux, download the [TKG Toolkit](https://github.com/kairyu/tkg 1. Disconnect KBD 2. Press and hold two top-right-most keys on the left-half KBD 3. Connect KBD (LEDs will be blinking) -2. Run `make flash`. (Tip: just run `make` to compile & flash) +2. Run: `make flash` -(see [ErgoDone Readme](https://github.com/qmk/qmk_firmware/blob/master/keyboards/ktec/ergodone/readme.md) for details) +Tip: just run `make` to compile & flash. + +(see [ErgoDone Readme](https://github.com/qmk/qmk_firmware/blob/master/keyboards/ktec/ergodone/readme.md) for details on flashing) ## Resources - [QMK Firmware](https://github.com/qmk/qmk_firmware)