Skip to content

Commit

Permalink
update some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Nov 9, 2017
1 parent e236f1e commit bb11df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If the keymap `config.h` exists, that file is included by the build system and t
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
#include "config_common.h"
```

If you want to override a setting from the parent `config.h` file, you need to `#undef` and then `#define` the setting again, like this:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started_vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Other than having Vagrant and Virtualbox installed and possibly a restart of you

The "easy" way to flash the firmware is using a tool from your host OS:

* [QMK Flasher](https://github.com/qmk/qmk_flasher)
* [QMK Toolbox](https://github.com/qmk/qmk_toolbox) (reccommened)
* [Teensy Loader](https://www.pjrc.com/teensy/loader.html)
* [Atmel FLIP](http://www.atmel.com/tools/flip.aspx)

Expand Down

0 comments on commit bb11df6

Please sign in to comment.