From 79e69d9a22828f4098d1f398578ef66ad04e5222 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 10 Nov 2018 07:42:43 +0100 Subject: [PATCH 1/3] NEWS.md: Add a "new hardware" section Signed-off-by: Gergely Nagy --- NEWS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2ac9d17d..d1445bac 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 hardware support](#new-hardware-support) * [New plugins](#new-plugins) * [Breaking changes](#breaking-changes) * [Bugfixes](#bugfixes) @@ -66,6 +67,15 @@ See the [Kaleidoscope-USB-Quirks][plugin:USB-Quirks] plugin for a use-case. The [OneShot plugin](doc/plugin/OneShot.md) gained finer stickability controls, one can now control whether the double-tap stickiness is enabled on a per-key basis. See [UPGRADING.md](UPGRADING.md#finer-oneshot-stickability-control) for more information. +## New hardware support + +Kaleidoscope has been ported to the following devices: + +- [Atreus](doc/plugin/Hardware-Technomancy-Atreus.md), post-2016 PCB variants with an A* MCU, and the handwired with Teensy from FalbaTech are supported, PCBs prior to 2016 and the legacy teensy2 variants are not. +- [ErgoDox](doc/plugin/Hardware-EZ-ErgoDox.md): Originally developed to support the ErgoDox EZ, but all other compatible hardware is supported, such as the original ErgoDox and anything else wired like it, like some Dactyls. + +For more information, please see the hardware plugins' documentation. + ## New plugins ### IdleLEDs From 8bdc83d4ecd4c47734bcb5fa64da5b69882db9fd Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 10 Nov 2018 07:45:35 +0100 Subject: [PATCH 2/3] NEWS.md: Document the Unicode input slowing feature Fixes #455. Signed-off-by: Gergely Nagy --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index d1445bac..625e1dcc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -67,6 +67,10 @@ See the [Kaleidoscope-USB-Quirks][plugin:USB-Quirks] plugin for a use-case. The [OneShot plugin](doc/plugin/OneShot.md) gained finer stickability controls, one can now control whether the double-tap stickiness is enabled on a per-key basis. See [UPGRADING.md](UPGRADING.md#finer-oneshot-stickability-control) for more information. +### A way to slow down Unicode input + +In certain cases we need to delay the unicode input sequence, otherwise the host is unable to process the input properly. For this reason, the [Unicode](doc/plugin/Unicode.md) gained an `.input_delay()` method that lets us do just that. It still defaults to no delay. + ## New hardware support Kaleidoscope has been ported to the following devices: From 8e3cf92b8acdbba727aebbf0dcefdf2b1e9af2e9 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 10 Nov 2018 07:49:29 +0100 Subject: [PATCH 3/3] NEWS.md: Added Cycle news Fixes #456. Signed-off-by: Gergely Nagy --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 625e1dcc..8af19de9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -71,6 +71,10 @@ The [OneShot plugin](doc/plugin/OneShot.md) gained finer stickability controls, In certain cases we need to delay the unicode input sequence, otherwise the host is unable to process the input properly. For this reason, the [Unicode](doc/plugin/Unicode.md) gained an `.input_delay()` method that lets us do just that. It still defaults to no delay. +### Better support for modifiers in the Cycle plugin + +The [Cycle](doc/plugin/Cycle.md) plugin has much better support for cycling through keys with modifiers applied to them, such as `LSHIFT(Key_A)`. Please see the documentation and the updated example for more information. + ## New hardware support Kaleidoscope has been ported to the following devices: