]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update docs: `Makefile` -> `rules.mk`
authorEvan Travers <evantravers@gmail.com>
Sat, 14 Jul 2018 19:50:04 +0000 (14:50 -0500)
committerJack Humbert <jack.humb@gmail.com>
Sun, 15 Jul 2018 17:21:20 +0000 (13:21 -0400)
I think this was a typo, or perhaps an older way to handle it.

docs/getting_started_introduction.md

index 6cb644a22d3cf7647940049685f6a687d068cbeb..cf80d40b50e009efd5d8e6f5468fb9d1e998e461 100644 (file)
@@ -11,7 +11,7 @@ QMK is a fork of [Jun Wako](https://github.com/tmk)'s [tmk_keyboard](https://git
 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:
 
 * `keymaps/`: Different keymaps that can be built
-* `rules.mk`: The file that sets the default "make" options. Do not edit this file directly, instead use a keymap specific `Makefile`
+* `rules.mk`: The file that sets the default "make" options. Do not edit this file directly, instead use a keymap specific `rules.mk`.
 * `config.h`: The file that sets the default compile time options. Do not edit this file directly, instead use a keymap specific `config.h`.
 
 ### Keymap Structure