From 46bc0c5dcafa584837daa9f91977eab32f2d3dde Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Sun, 30 May 2021 21:46:45 -0500 Subject: [PATCH] Add NEWS.md entry for CharShift plugin Signed-off-by: Michael Richters --- docs/NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 5efee04f..eb0a0eb8 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -238,6 +238,10 @@ To make it easier to port Kaleidoscope, we introduced the `ATMegaKeyboard` base ## New plugins +### CharShift + +The [CharShift](plugins/Kaleidoscope-CharShift.md) plugin allows independent assignment of symbols to keys depending on whether or not a `shift` key is held. + ### AutoShift The [AutoShift](plugins/Kaleidoscope-AutoShift.md) plugin provides an alternative way to get shifted symbols, by long-pressing keys instead of using a separate `shift` key.