diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started_introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_introduction.md b/docs/getting_started_introduction.md index 6cb644a22..cf80d40b5 100644 --- a/docs/getting_started_introduction.md +++ b/docs/getting_started_introduction.md | |||
@@ -11,7 +11,7 @@ QMK is a fork of [Jun Wako](https://github.com/tmk)'s [tmk_keyboard](https://git | |||
11 | Within the folder `keyboards` and its subfolder `handwired` is a directory for each keyboard project, for example `qmk_firmware/keyboards/clueboard`. Within it you'll find the following structure: | 11 | Within the folder `keyboards` and its subfolder `handwired` is a directory for each keyboard project, for example `qmk_firmware/keyboards/clueboard`. Within it you'll find the following structure: |
12 | 12 | ||
13 | * `keymaps/`: Different keymaps that can be built | 13 | * `keymaps/`: Different keymaps that can be built |
14 | * `rules.mk`: The file that sets the default "make" options. Do not edit this file directly, instead use a keymap specific `Makefile` | 14 | * `rules.mk`: The file that sets the default "make" options. Do not edit this file directly, instead use a keymap specific `rules.mk`. |
15 | * `config.h`: The file that sets the default compile time options. Do not edit this file directly, instead use a keymap specific `config.h`. | 15 | * `config.h`: The file that sets the default compile time options. Do not edit this file directly, instead use a keymap specific `config.h`. |
16 | 16 | ||
17 | ### Keymap Structure | 17 | ### Keymap Structure |