Skip to content

Commit

Permalink
Fix nonunique anchors (qmk#23910)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Jun 13, 2024
1 parent be9dfe6 commit 942c2a8
Show file tree
Hide file tree
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
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/features/rgb_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 942c2a8

Please sign in to comment.