From d9716d04abd3f27f25fdd2eadb1fa826d3729e81 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 19 Feb 2019 08:52:22 +0100 Subject: [PATCH] README.md: Fix the example link Signed-off-by: Gergely Nagy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4caafc6d..dd91edd3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Flexible firmware for Arduino-powered keyboards. -This package contains the "core" of Kaleidoscope and an [example firmware "Sketch."](https://github.com/keyboardio/Kaleidoscope/blob/master/examples/Kaleidoscope/Kaleidoscope.ino) +This package contains the "core" of Kaleidoscope and a number of [example firmware "Sketches"](https://github.com/keyboardio/Kaleidoscope/tree/master/examples). If you're just getting started with the Keyboardio Model 01, the [introductory docs are here](https://github.com/keyboardio/Kaleidoscope/wiki/Keyboardio-Model-01-Introduction) and the source for the basic firmware package is here: https://github.com/keyboardio/Model01-Firmware. It's probably a good idea to start there, learn how to modify your keymap and maybe turn some modules on or off, and then come back to the full repository when you have more complex changes in mind.