diff options
author | QMK Bot <hello@qmk.fm> | 2024-06-02 02:42:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-06-02 02:42:52 +0000 |
commit | c67789b717d72328ca275bfc4f5a3032d06bab98 (patch) | |
tree | aafd350b64a95fbf05e0169acad714230e7114b2 /docs/cli_commands.md | |
parent | 6c8750023125cbecb267d6608ff8684fecb33353 (diff) | |
parent | 78a0adfbb4d2c4e12f93f2a62ded0020d406243e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r-- | docs/cli_commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 5a85356e70..7d74d8e617 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md @@ -749,7 +749,7 @@ options: ## `qmk generate-rgb-breathe-table` -This command generates a lookup table (LUT) header file for the [RGB Lighting](feature_rgblight) 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/rgblight/`. +This command generates a lookup table (LUT) header file for the [RGB Lighting](features/rgblight) 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/rgblight/`. **Usage**: |