Skip to content

Commit

Permalink
Keyboard: Document the correct path to the let's split EEPROM files. (q…
Browse files Browse the repository at this point in the history
…mk#3539)

* Document the correct path to the let's split EEPROM files.

* Document the EEPROM files in /quantum/split_common/ as the canonical location.
  • Loading branch information
jmagee authored and Alexey Danilov committed Aug 3, 2018
1 parent c94a08b commit ce16470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/vitamins_included/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If this is the first time you're flashing the boards, you have to flash EEPROM
2. Run `ls /dev | grep tty` Note down which ports you see
2. Plug the keyboard in, if it's new, it should enter bootloader, if it's not new, see **Entering bootloader** on how to enter bootloader mode
4. Right after entering bootloader, run `ls /dev | grep tty` again. There should be a new tty, this is the bootloader TTY, note it down. If nothing shows see **Entering bootloader** on how to enter bootloader mode
6. For the left hand side, run `avrdude -c avr109 -p m32u4 -P /dev/ttyS1 -U eeprom:w:"./keyboards/lets_split_vitamins/eeprom-lefthand.eep":a`
6. For the left hand side, run `avrdude -c avr109 -p m32u4 -P /dev/ttyS1 -U eeprom:w:"./quantum/split_common/eeprom-lefthand.eep":a`
Replace ***/dev/ttyS1*** with the port you noted down earlier. If you're on windows using msys2, replace ***/dev/ttyS1*** with COM2, note that the number is one higher than the tty number.
Do the same For the right hand, but change the file to ***eeprom-righthand.eep***

Expand Down

0 comments on commit ce16470

Please sign in to comment.