Use consistent highlight format (#19619)

This commit is contained in:
Albert Y 2023-01-18 09:22:34 +08:00 committed by GitHub
parent eb7a8d994a
commit 204ba02765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1007,7 +1007,7 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
}
```
!> RGB indicators on split keyboards will require state information synced to the slave half (e.g. `#define SPLIT_LAYER_STATE_ENABLE`). See [data sync options](feature_split_keyboard.md#data-sync-options) for more details.
?> RGB indicators on split keyboards will require state information synced to the slave half (e.g. `#define SPLIT_LAYER_STATE_ENABLE`). See [data sync options](feature_split_keyboard.md#data-sync-options) for more details.
#### Indicators without RGB Matrix Effect