Fix README readability

This commit is contained in:
Dejvino 2023-10-22 06:05:56 +02:00
parent 4846edfcbf
commit 66f179419f

View File

@ -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)