From 79e69d9a22828f4098d1f398578ef66ad04e5222 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 10 Nov 2018 07:42:43 +0100 Subject: [PATCH] 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