]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add links to EEPROM files
authorCarlos Filoteo <c.filoteo@live.com>
Sun, 22 Oct 2017 02:20:21 +0000 (20:20 -0600)
committerJack Humbert <jack.humb@gmail.com>
Sun, 22 Oct 2017 04:24:42 +0000 (18:24 -1000)
keyboards/orthodox/readme.md

index fb591b00701cd76212eaf35e006e3008a8c558a4..0c47dd9c439ee0951f351e90c698b10b4ef1d023 100644 (file)
@@ -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
 ```