Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Aug 2, 2018

Conversation

jmagee
Copy link
Contributor

@jmagee jmagee commented Aug 1, 2018

This fixes the incorrect path to the Let's Split EEPROM files in the README for
Vitamins Included.
It seems that a number of people have tripped over this, myself included :-).

@@ -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:"./keyboards/lets_split/eeprom-lefthand.eep":a`
Copy link
Member

@drashna drashna Aug 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably use /quantum/split_common/eeprom-lefthand.eep

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's even better. Thanks!

@drashna
Copy link
Member

drashna commented Aug 2, 2018

Awesome, thanks!

@drashna
Copy link
Member

drashna commented Aug 2, 2018

Travis CI error is unrelated to this change.
It's issues with the bakingpy keymap (the LAYOUT_kc thing), and with @guidoism's keymap (layout_planck_mit, rather than ortho_4x12, which was me not catching the issue)

@drashna drashna merged commit 0a00583 into qmk:master Aug 2, 2018
alexey-danilov pushed a commit to alexey-danilov/qmk_firmware that referenced this pull request Aug 3, 2018
…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.
ChrissiQ pushed a commit to ChrissiQ/qmk_firmware that referenced this pull request Sep 25, 2018
…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.
yamad pushed a commit to yamad/qmk_firmware that referenced this pull request Apr 10, 2019
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants