From c2732de11162ad86ca5cf4747af0aac4ccc46bca Mon Sep 17 00:00:00 2001 From: Evy Bongers Date: Wed, 13 Mar 2024 22:03:15 +0100 Subject: [PATCH] Add documentation for two more methods Signed-off-by: Evy Bongers --- plugins/Kaleidoscope-LEDControl/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/Kaleidoscope-LEDControl/README.md b/plugins/Kaleidoscope-LEDControl/README.md index 7108918352..a0f8dd95ad 100644 --- a/plugins/Kaleidoscope-LEDControl/README.md +++ b/plugins/Kaleidoscope-LEDControl/README.md @@ -21,6 +21,10 @@ effects. It is also a building block for plugins that control LEDs. ### `.get_mode()` +> Returns the current LED mode. + +### `.get_mode()` + ### `.set_mode(uint8_t mode_id)` @@ -54,6 +58,7 @@ effects. It is also a building block for plugins that control LEDs. ### `.syncLeds(void)` +> Force an update of all LEDs. ### `.set_all_leds_to(uint8_t r, uint8_t g, uint8_t b)`