diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-16 17:05:21 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-16 17:05:21 -0800 |
commit | 8d88997ffda540e04d03a0e1ac12c8b94e2d1d45 (patch) | |
tree | cbdfa3bb38e4695997bc9ee4eedfde5e7746e140 /QMK-Overview.md | |
parent | a3b575b74091a6c9cf16a63620b0d1da68eefc7d (diff) |
Updated QMK Overview (markdown)
Diffstat (limited to 'QMK-Overview.md')
-rw-r--r-- | QMK-Overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/QMK-Overview.md b/QMK-Overview.md index 0d3ada6eb4..8ae0d136ee 100644 --- a/QMK-Overview.md +++ b/QMK-Overview.md @@ -30,6 +30,8 @@ The `make` command is how you compile the firmware into a .hex file, which can b **NOTE:** To abort a make command press `Ctrl-c` +For more details on the QMK build process see [Make Instructions](Make-Instructions). + ### Simple instructions for building and uploading a keyboard **Most keyboards have more specific instructions in the keyboard specific readme.md file, so please check that first** |