diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-31 14:18:00 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-31 14:18:00 +0300 |
| commit | 87a1a095d0b46cb39d3ac627d94650b4e52da19b (patch) | |
| tree | 65e1c3c350f21598b79d059b2294ef00cc33fa70 /readme.md | |
| parent | a0dc6221993b10834dd55f58057d3354ca0910c3 (diff) | |
| download | qmk_firmware-87a1a095d0b46cb39d3ac627d94650b4e52da19b.tar.gz qmk_firmware-87a1a095d0b46cb39d3ac627d94650b4e52da19b.zip | |
Fix the readme for the removed quick target
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -122,17 +122,16 @@ Below are some definitions that will be useful: | |||
| 122 | 122 | ||
| 123 | Below is a list of the useful `make` commands in QMK: | 123 | Below is a list of the useful `make` commands in QMK: |
| 124 | 124 | ||
| 125 | * `make` - cleans automatically and builds your keyboard and keymap depending on which folder you're in. This defaults to the "default" layout (unless in a keymap folder), and Planck keyboard in the root folder | 125 | * `make` - builds your keyboard and keymap depending on which folder you're in. This defaults to the "default" layout (unless in a keymap folder), and Planck keyboard in the root folder |
| 126 | * `make keyboard=<keyboard>` - specifies the keyboard (only to be used in root) | 126 | * `make keyboard=<keyboard>` - specifies the keyboard (only to be used in root) |
| 127 | * `make keymap=<keymap>` - specifies the keymap (only to be used in root and keyboard folder - not needed when in keymap folder) | 127 | * `make keymap=<keymap>` - specifies the keymap (only to be used in root and keyboard folder - not needed when in keymap folder) |
| 128 | * `make quick` - skips the clean step (cannot be used immediately after modifying config.h or Makefiles) | 128 | * `make clean` - cleans the `.build` folder, ensuring that everything is re-built |
| 129 | * `make dfu` - (requires dfu-programmer) builds and flashes the keymap to your keyboard once placed in reset/dfu mode (button or press `KC_RESET`). This does not work for Teensy-based keyboards like the ErgoDox EZ. | 129 | * `make dfu` - (requires dfu-programmer) builds and flashes the keymap to your keyboard once placed in reset/dfu mode (button or press `KC_RESET`). This does not work for Teensy-based keyboards like the ErgoDox EZ. |
| 130 | * `keyboard=` and `keymap=` are compatible with this | 130 | * `keyboard=` and `keymap=` are compatible with this |
| 131 | * `make all-keyboards` - builds all keymaps for all keyboards and outputs status of each (use in root) | 131 | * `make all-keyboards` - builds all keymaps for all keyboards and outputs status of each (use in root) |
| 132 | * `make all-keyboards-default` - builds all default keymaps for all keyboards and outputs status of each (use in root) | 132 | * `make all-keyboards-default` - builds all default keymaps for all keyboards and outputs status of each (use in root) |
| 133 | * `make all-keymaps [keyboard=<keyboard>]` - builds all of the keymaps for whatever keyboard folder you're in, or specified by `<keyboard>` | 133 | * `make all-keymaps [keyboard=<keyboard>]` - builds all of the keymaps for whatever keyboard folder you're in, or specified by `<keyboard>` |
| 134 | * `make all-keyboards-quick`, `make all-keyboards-default-quick` and `make all-keymaps-quick [keyboard=<keyboard>]` - like the normal "make-all-*" commands, but they skip the clean steps | 134 | * `make all-keyboards-*`, `make all-keyboards-default-*` and `make all-keymaps-* [keyboard=<keyboard>]` - like the normal "make-all-*" commands, but the last string aftter the `-` (for example clean) is passed to the keyboard make command. |
| 135 | |||
| 136 | Other, less useful functionality: | 135 | Other, less useful functionality: |
| 137 | 136 | ||
| 138 | * `make COLOR=false` - turns off color output | 137 | * `make COLOR=false` - turns off color output |
