Skip to content

Commit

Permalink
Fix nonunique anchors (qmk#23910)
Browse files Browse the repository at this point in the history
fauxpark authored Jun 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent be9dfe6 commit 942c2a8
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/features/led_matrix.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion docs/features/rgb_matrix.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 942c2a8

Please sign in to comment.