summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox
diff options
context:
space:
mode:
authorCarlos Filoteo <c.filoteo@live.com>2017-10-22 04:20:21 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-22 06:24:42 +0200
commit736140439dcd448c4ff93fc9d1326b8de68c1308 (patch)
tree7d6c979c527db3cd5757cd5ae7bc5407213b37f2 /keyboards/orthodox
parent725aa5b8201b058e3a02da049eefd00d859f6bce (diff)
downloadqmk_firmware-736140439dcd448c4ff93fc9d1326b8de68c1308.tar.gz
qmk_firmware-736140439dcd448c4ff93fc9d1326b8de68c1308.tar.xz
Add links to EEPROM files
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r--keyboards/orthodox/readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/orthodox/readme.md b/keyboards/orthodox/readme.md
index fb591b007..0c47dd9c4 100644
--- a/keyboards/orthodox/readme.md
+++ b/keyboards/orthodox/readme.md
@@ -125,13 +125,12 @@ EEPROM for the left and right halves.
The EEPROM is used to store whether the
half is left handed or right handed. This makes it so that the same firmware
-file will run on both hands instead of having to flash left and right handed
+file will run on both hands instead of having to flash [left](../lets_split/eeprom-lefthand.eep) and [right](../lets_split/eeprom-righthand.eep) handed
versions of the firmware to each half. To flash the EEPROM file for the left
half run:
```
avrdude -p atmega32u4 -P $(COM_PORT) -c avr109 -U eeprom:w:eeprom-lefthand.eep
// or the equivalent in dfu-programmer
-
```
and similarly for right half
```