From a4e04b61a88315f17506317d9c33eaaae307a5ea Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 26 Oct 2018 00:40:09 +0200 Subject: [PATCH] NEWS: Add a short note about IdleLEDs Signed-off-by: Gergely Nagy --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 37e2af8b..f04ee935 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,7 @@ See [UPGRADING.md](UPGRADING.md) for more detailed instructions about upgrading from earlier versions (even earlier betas). This is just a list of noteworthy changes. * [New features](#new-features) +* [New plugins](#new-plugins) * [Breaking changes](#breaking-changes) * [Bugfixes](#bugfixes) @@ -61,6 +62,12 @@ See the [Kaleidoscope-USB-Quirks][plugin:USB-Quirks] plugin for a use-case. [plugin:USB-Quirks]: https://github.com/keyboardio/Kaleidoscope-USB-Quirks +## New plugins + +### IdleLEDs + +The [IdleLEDs](doc/plugin/IdleLEDs.md) plugin is a simple, yet, useful one: it will turn the keyboard LEDs off after a period of inactivity, and back on upon the next key event. + ## Breaking changes ### The `RxCy` macros and peeking into the keyswitch state