Skip to content

Commit

Permalink
Update docs: Makefile -> rules.mk
Browse files Browse the repository at this point in the history
I think this was a typo, or perhaps an older way to handle it.
  • Loading branch information
evantravers authored and jackhumbert committed Jul 15, 2018
1 parent 60797c8 commit b4f4576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4f4576

Please sign in to comment.