diff options
author | Danny Nguyen <danny@80pct.com> | 2017-08-03 14:33:55 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-03 20:56:21 -0400 |
commit | 479139f9d4ef981a2f10918f0fb5a2c148ca0c8b (patch) | |
tree | 29f6ed84e45aedda0431c0bb2176f1621f2dad7a /keyboards/lets_split | |
parent | e0caf94323d5cc0baae38af11984902fb1a5375f (diff) | |
download | qmk_firmware-479139f9d4ef981a2f10918f0fb5a2c148ca0c8b.tar.gz qmk_firmware-479139f9d4ef981a2f10918f0fb5a2c148ca0c8b.zip |
Fix location of where the make command should be run
Diffstat (limited to 'keyboards/lets_split')
-rw-r--r-- | keyboards/lets_split/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lets_split/readme.md b/keyboards/lets_split/readme.md index 610b776ee1..0ef7ff59d7 100644 --- a/keyboards/lets_split/readme.md +++ b/keyboards/lets_split/readme.md @@ -106,7 +106,7 @@ Notes on Software Configuration ------------------------------- 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`. @@ -115,7 +115,7 @@ not be very difficult to adapt it to support more if required. 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` |