From ac4aab534fb0cb4bd55670130564a4d4e7b7e3ec Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 27 Mar 2018 12:33:54 +0200 Subject: [PATCH] README.md: Updated to use the correct interfaces We no longer have a `KaleidoscopePlugins` namespace, and have to use `kaleidoscope` instead - lets do that. Noticed by Jordihs on the Keyboardio forums, thank you! Signed-off-by: Gergely Nagy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fda4cc26..621fde69 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ a special function to handle the combos: #include #include -static const KaleidoscopePlugins::MagicCombo::combo_t magic_combos[] PROGMEM = { +static const kaleidoscope::MagicCombo::combo_t magic_combos[] PROGMEM = { {R1C3 | R2C1 | R2C4 | R2C7, // left hand, R0C11 | R1C12 | R2C14 //right hand },