]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix location of where the make command should be run
authorDanny Nguyen <danny@80pct.com>
Thu, 3 Aug 2017 18:33:55 +0000 (14:33 -0400)
committerJack Humbert <jack.humb@gmail.com>
Fri, 4 Aug 2017 00:56:21 +0000 (20:56 -0400)
keyboards/lets_split/readme.md
keyboards/minidox/readme.md
keyboards/nyquist/readme.md
keyboards/orthodox/readme.md

index 610b776ee14d8e07079ba589425ead61f04c4d97..0ef7ff59d7ede4e164dfc7d5bcecb4cd2602aa89 100644 (file)
@@ -106,7 +106,7 @@ Notes on Software Configuration
 -------------------------------
 
 Configuring the firmware is similar to any other QMK project. One thing
 -------------------------------
 
 Configuring the firmware is similar to any other QMK project. One thing
-to note is that `MATIX_ROWS` in `config.h` is the total number of rows between
+to note is that `MATRIX_ROWS` in `config.h` is the total number of rows between
 the two halves, i.e. if your split keyboard has 4 rows in each half, then
 `MATRIX_ROWS=8`.
 
 the two halves, i.e. if your split keyboard has 4 rows in each half, then
 `MATRIX_ROWS=8`.
 
@@ -115,7 +115,7 @@ not be very difficult to adapt it to support more if required.
 
 Flashing
 -------
 
 Flashing
 -------
-From the keymap directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
+From the `lets_split` directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
 Example: `make rev2-default-avrdude`
 
 
 Example: `make rev2-default-avrdude`
 
 
index da89714867e964e021881f42591273f55fb275d5..c15fd244a4e24248db263c72b8b723b785e9436c 100644 (file)
@@ -1,7 +1,7 @@
 MiniDox
 =====
 
 MiniDox
 =====
 
-![MimiDox](http://i.imgur.com/iWb3yO0.jpg)
+![MiniDox](http://i.imgur.com/iWb3yO0.jpg)
 
 A compact version of the ErgoDox
 
 
 A compact version of the ErgoDox
 
@@ -22,7 +22,7 @@ Flashing
 -------
 Note: Most of this is copied from the Let's Split readme, because it is awesome
 
 -------
 Note: Most of this is copied from the Let's Split readme, because it is awesome
 
-From the keymap directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
+From the `minidox` directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
 Example: `make rev1-default-avrdude`
 
 Choosing which board to plug the USB cable into (choosing Master)
 Example: `make rev1-default-avrdude`
 
 Choosing which board to plug the USB cable into (choosing Master)
index c70bf02576566b7670b7069e45860ee8c39989ba..61b9317d5239574953d14866da1717459f122f29 100644 (file)
@@ -6,6 +6,8 @@ The Nyquist is a 60% split ortholinear board by [Keebio](https://keeb.io). It ha
 
 ## Build Guide
 
 
 ## 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.
 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
 -------
 
 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`
 
 
 Example: `make rev1-serial-avrdude`
 
 
index 57e940b0f43db3f6bbe0e550882565469202aa8e..e1fbf94baf300768fed0cf913d4ce8805137bb3b 100644 (file)
@@ -96,7 +96,7 @@ the two halves, i.e. if your split keyboard has 3 rows in each half, then
 
 Flashing
 -------
 
 Flashing
 -------
-From the keymap directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
+From the `orthodox` directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
 Example: `make rev2-default-avrdude`
 
 
 Example: `make rev2-default-avrdude`