nicinabox / lets-split-guide

This guide covers building a Let's Split v2
612 stars 113 forks source link

Update flashing command to reflect changes in QMK base #20

Closed khord closed 6 years ago

khord commented 6 years ago

If you rebase your QMK fork to the origin then try to flash your LS you will likely encounter the following error if running the command in this way from the keyboard folder: https://github.com/qmk/qmk_firmware/issues/1690

They are adjusting QMK so that it must be run from the root folder with the command make lets_split-rev2-default-avrdude https://github.com/qmk/qmk_firmware/issues/1659

This way should still work for people with outdated forks, while supporting the latest.

Another person that was looking at this guide: https://www.reddit.com/r/olkb/comments/6z6883/im_struggling_to_make_a_qmk_build_environment/

nicinabox commented 6 years ago

Thanks!