summaryrefslogtreecommitdiffstats
path: root/QMK-Overview.md
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2017-02-17 02:04:10 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2017-02-17 02:04:10 +0100
commita3b575b74091a6c9cf16a63620b0d1da68eefc7d (patch)
treec3b9b27b241ba75853b6c7982e04d0fe0f8f7c98 /QMK-Overview.md
parentf9a7dd6ccaa75e6a3772c574283eba8463c944cd (diff)
downloadqmk_firmware-a3b575b74091a6c9cf16a63620b0d1da68eefc7d.tar.gz
qmk_firmware-a3b575b74091a6c9cf16a63620b0d1da68eefc7d.tar.xz
Updated QMK Overview (markdown)
Diffstat (limited to 'QMK-Overview.md')
-rw-r--r--QMK-Overview.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/QMK-Overview.md b/QMK-Overview.md
index 51b7cb905..0d3ada6eb 100644
--- a/QMK-Overview.md
+++ b/QMK-Overview.md
@@ -30,13 +30,6 @@ 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`
-The following instruction refers to these folders.
-
-* The `root` (`/`) folder is the qmk_firmware folder, in which are `doc`, `keyboard`, `quantum`, etc.
-* The `keyboard` folder is any keyboard project's folder, like `/keyboards/planck`.
-* The `keymap` folder is any keymap's folder, like `/keyboards/planck/keymaps/default`.
-* The `subproject` folder is the subproject folder of a keyboard, like `/keyboards/ergodox/ez`
-
### 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**