Skip to content

Commit

Permalink
Merge branch 'rgbmatrix-indicator-examples' of github.com:filterpaper…
Browse files Browse the repository at this point in the history
…/qmk_firmware into rgbmatrix-indicator-examples
  • Loading branch information
filterpaper committed Jul 1, 2021
2 parents c099ce3 + 832c840 commit dc8b039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_rgb_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
### Indicator Examples :id=indicator-examples
Caps Lock indicator on alpha numberic flagged keys:
Caps Lock indicator on alphanumeric flagged keys:
```c
void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
if (host_keyboard_led_state().caps_lock) {
Expand Down

0 comments on commit dc8b039

Please sign in to comment.