Browse Source

Fix README readability

master
Dejvino 6 months ago
parent
commit
66f179419f
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      README.md

+ 5
- 3
README.md 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)


Loading…
Cancel
Save