docs/UPGRADING.md: Add a removal date for the old device APIs

The old device API (`Hardware.h`, basically) along with some other related
symbols (`ROWS`, `COLS`, etc) were deprecated, they emit warnings, but not
removal date was set. Lets do that now.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/787/head
Gergely Nagy 5 years ago
parent e5c8f72247
commit 5697f866a6
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -40,6 +40,8 @@ For end users, this doesn't come with any breaking changes. A few things have be
For those wishing to port Kaleidoscope to devices it doesn't support yet, the new API should make most things considerably easier. Please see the (work in progress) documentation in [doc/device-apis.md](doc/device-apis.md).
The old symbols and APIs will be removed by **2020-03-15**.
### New plugin API
#### For end-users

Loading…
Cancel
Save