summaryrefslogtreecommitdiffstats
path: root/keyboards/nyquist
diff options
context:
space:
mode:
authorDanny Nguyen <danny@80pct.com>2017-08-03 20:33:55 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-04 02:56:21 +0200
commit479139f9d4ef981a2f10918f0fb5a2c148ca0c8b (patch)
tree29f6ed84e45aedda0431c0bb2176f1621f2dad7a /keyboards/nyquist
parente0caf94323d5cc0baae38af11984902fb1a5375f (diff)
downloadqmk_firmware-479139f9d4ef981a2f10918f0fb5a2c148ca0c8b.tar.gz
qmk_firmware-479139f9d4ef981a2f10918f0fb5a2c148ca0c8b.tar.xz
Fix location of where the make command should be run
Diffstat (limited to 'keyboards/nyquist')
-rw-r--r--keyboards/nyquist/readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/nyquist/readme.md b/keyboards/nyquist/readme.md
index c70bf0257..61b9317d5 100644
--- a/keyboards/nyquist/readme.md
+++ b/keyboards/nyquist/readme.md
@@ -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`