1
0
Fork 0

Fix location of where the make command should be run

This commit is contained in:
Danny Nguyen 2017-08-03 14:33:55 -04:00 committed by Jack Humbert
parent e0caf94323
commit 479139f9d4
4 changed files with 8 additions and 6 deletions

View file

@ -6,6 +6,8 @@ The Nyquist is a 60% split ortholinear board by [Keebio](https://keeb.io). It ha
## Build Guide
A build log of the Nyquist can be found here: [Nyquist Build Log](http://imgur.com/a/dD4sX).
Since the design is very similar to the Let's Split v2, the build guide for that can be used while the build guide for the Nyquist is being fully developed. A build guide for putting together the Let's Split v2 can be found here: [An Overly Verbose Guide to Building a Let's Split Keyboard](https://github.com/nicinabox/lets-split-guide)
There is additional information there about flashing and adding RGB underglow.
@ -98,7 +100,7 @@ unnecessary in simple use cases.
Flashing
-------
From the keymap directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
From the `nyquist` directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
Example: `make rev1-serial-avrdude`