logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: dafbb92f4ea851a498bec2edd35cede469ee9504
parent 8fe777adff25417d2e99fbf524b5b07471fb861e
Author: QMK Bot <hello@qmk.fm>
Date:   Thu, 13 Jun 2024 03:31:33 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Mdocs/features/led_matrix.md2+-
Mdocs/features/rgb_matrix.md2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/features/led_matrix.md b/docs/features/led_matrix.md @@ -520,7 +520,7 @@ Move to the previous enabled effect. --- -### `void led_matrix_step_reverse_noeeprom(void)` {#api-led-matrix-step-reverse} +### `void led_matrix_step_reverse_noeeprom(void)` {#api-led-matrix-step-reverse-noeeprom} Move to the previous enabled effect. New state is not written to EEPROM. diff --git a/docs/features/rgb_matrix.md b/docs/features/rgb_matrix.md @@ -1177,7 +1177,7 @@ Move to the previous enabled effect. --- -### `void rgb_matrix_step_reverse_noeeprom(void)` {#api-rgb-matrix-step-reverse} +### `void rgb_matrix_step_reverse_noeeprom(void)` {#api-rgb-matrix-step-reverse-noeeprom} Move to the previous enabled effect. New state is not written to EEPROM.