Quellcode durchsuchen

Fix README readability

master
Dejvino vor 6 Monaten
Ursprung
Commit
66f179419f
1 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. +5
    -3
      README.md

+ 5
- 3
README.md Datei anzeigen

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


Laden…
Abbrechen
Speichern