summaryrefslogtreecommitdiffstats
path: root/keyboards/vitamins_included
diff options
context:
space:
mode:
authorJoshua Magee <31995879+jmagee@users.noreply.github.com>2018-08-02 22:52:24 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-02 22:52:24 +0200
commit0a005834624e9b3247bcd48fdc1790df8611ba86 (patch)
tree213491453e0434f2af852a0e9959132e1a50d4af /keyboards/vitamins_included
parenta057f1ca9e38bd06f88bc3370be6454f026fac0a (diff)
downloadqmk_firmware-0a005834624e9b3247bcd48fdc1790df8611ba86.tar.gz
qmk_firmware-0a005834624e9b3247bcd48fdc1790df8611ba86.tar.xz
Keyboard: Document the correct path to the let's split EEPROM files. (#3539)
* Document the correct path to the let's split EEPROM files. * Document the EEPROM files in /quantum/split_common/ as the canonical location.
Diffstat (limited to 'keyboards/vitamins_included')
-rw-r--r--keyboards/vitamins_included/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/vitamins_included/readme.md b/keyboards/vitamins_included/readme.md
index 0163f154e..84bab9007 100644
--- a/keyboards/vitamins_included/readme.md
+++ b/keyboards/vitamins_included/readme.md
@@ -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***