浏览代码

Add links to EEPROM files

Carlos Filoteo 7 年之前
父节点
当前提交
736140439d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      keyboards/orthodox/readme.md

+ 1 - 2
keyboards/orthodox/readme.md

@@ -125,13 +125,12 @@ EEPROM for the left and right halves.
 
 
 The EEPROM is used to store whether the
 The EEPROM is used to store whether the
 half is left handed or right handed. This makes it so that the same firmware
 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
 versions of the firmware to each half. To flash the EEPROM file for the left
 half run:
 half run:
 ```
 ```
 avrdude -p atmega32u4 -P $(COM_PORT) -c avr109 -U eeprom:w:eeprom-lefthand.eep
 avrdude -p atmega32u4 -P $(COM_PORT) -c avr109 -U eeprom:w:eeprom-lefthand.eep
 // or the equivalent in dfu-programmer
 // or the equivalent in dfu-programmer
-
 ```
 ```
 and similarly for right half
 and similarly for right half
 ```
 ```