From c458408356e18d18803607225483dd030b64d6d4 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 22 Jan 2017 11:10:27 +0100 Subject: [PATCH] README: Remove the old configure from the example Signed-off-by: Gergely Nagy --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cd6fddc4..163a687d 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ void setup () { StalkerEffect.configure (STALKER (Haunt, {0xff, 0, 0})); Keyboardio.use (&StalkerEffect, NULL); - - StalkerEffect.configure ({0x00, 0xff, 0xff}); } ```