diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-02-10 15:12:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 18:12:42 +1100 |
commit | 3e5cb1da0fc14e50283b113c521502178159c4d9 (patch) | |
tree | 2a32a242b8f8a70a9a36153ce2d5c7915d68247d | |
parent | cb9142224b4c5c6bee782cad92f0689d845214f6 (diff) |
Improve description of LED state data sync option (#16302)
-rw-r--r-- | docs/feature_led_indicators.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_led_indicators.md b/docs/feature_led_indicators.md index 59a9f7accc..95d1cd4752 100644 --- a/docs/feature_led_indicators.md +++ b/docs/feature_led_indicators.md @@ -1,6 +1,6 @@ # LED Indicators -?> This feature requires additional configuration to work on both halves of a split keyboard see [Data sync options](feature_split_keyboard.md#data-sync-options) +?> LED indicators on split keyboards will require state information synced to the slave half (e.g. `#define SPLIT_LED_STATE_ENABLE`). See [data sync options](feature_split_keyboard.md#data-sync-options) for more details. QMK provides methods to read 5 of the LEDs defined in the HID spec: |