diff options
| author | QMK Bot <hello@qmk.fm> | 2020-12-16 03:25:18 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2020-12-16 03:25:18 +0000 |
| commit | 416dea2c54c885a1d58d6924be6b346c8eb87f47 (patch) | |
| tree | 056e673665a25521cea9086d4b98754082acb2cb /docs | |
| parent | 55f681a723434e77f276ab5901ccdba0bf495fab (diff) | |
| parent | 37fb14f1b5cbcb0e5ff60abc9152073635234ba4 (diff) | |
| download | qmk_firmware-416dea2c54c885a1d58d6924be6b346c8eb87f47.tar.gz qmk_firmware-416dea2c54c885a1d58d6924be6b346c8eb87f47.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cli_commands.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 69df82f95..71c803bc2 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md | |||
| @@ -296,6 +296,16 @@ This command allows you to generate QMK documentation locally. It can be uses fo | |||
| 296 | qmk generate-docs | 296 | qmk generate-docs |
| 297 | ``` | 297 | ``` |
| 298 | 298 | ||
| 299 | ## `qmk generate-rgb-breathe-table` | ||
| 300 | |||
| 301 | This command generates a lookup table (LUT) header file for the [RGB Lighting](feature_rgblight.md) feature's breathing animation. Place this file in your keyboard or keymap directory as `rgblight_breathe_table.h` to override the default LUT in `quantum/`. | ||
| 302 | |||
| 303 | **Usage**: | ||
| 304 | |||
| 305 | ``` | ||
| 306 | qmk generate-rgb-breathe-table [-q] [-o OUTPUT] [-m MAX] [-c CENTER] | ||
| 307 | ``` | ||
| 308 | |||
| 299 | ## `qmk kle2json` | 309 | ## `qmk kle2json` |
| 300 | 310 | ||
| 301 | This command allows you to convert from raw KLE data to QMK Configurator JSON. It accepts either an absolute file path, or a file name in the current directory. By default it will not overwrite `info.json` if it is already present. Use the `-f` or `--force` flag to overwrite. | 311 | This command allows you to convert from raw KLE data to QMK Configurator JSON. It accepts either an absolute file path, or a file name in the current directory. By default it will not overwrite `info.json` if it is already present. Use the `-f` or `--force` flag to overwrite. |
