From b141547e2fcc1027dca4fba20926f6928a0ccf04 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 19 Nov 2020 11:38:10 -0800 Subject: [PATCH] add a note that the README needs updating before this is merge-ready --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3bc5dea5..34b4c5ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Kaleidoscope + Flexible firmware for Arduino-powered keyboards. This package contains the "core" of Kaleidoscope and a number of [example firmware "Sketches"](https://github.com/keyboardio/Kaleidoscope/tree/master/examples). @@ -8,6 +9,8 @@ If you're just getting started with the Keyboardio Model 01, the [introductory d # Getting Started +(These instructions need to be rewritten for the new arduino-cli way of doing things) + ## Setup the Arduino IDE Setup the Arduino IDE on your system. Make sure you install at least version 1.8.6, since older version may not support all required features.