From 9475788eee572b76f5345247c7766d752300133b Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Sun, 4 Jul 2021 00:11:59 -0400 Subject: [PATCH] Add comment explaining AutoShiftConfig usage Signed-off-by: Michael Richters --- examples/Keystrokes/AutoShift/AutoShift.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/Keystrokes/AutoShift/AutoShift.ino b/examples/Keystrokes/AutoShift/AutoShift.ino index 4cc2ce88..333e9d58 100644 --- a/examples/Keystrokes/AutoShift/AutoShift.ino +++ b/examples/Keystrokes/AutoShift/AutoShift.ino @@ -46,6 +46,9 @@ const macro_t *macroAction(uint8_t macro_id, KeyEvent &event) { return MACRO_NONE; } +// This sketch uses the AutoShiftConfig plugin, which enables run-time +// configuration of AutoShift configuration settings. All of the plugins marked +// "for AutoShiftConfig" are optional; AutoShift itself will work without them. KALEIDOSCOPE_INIT_PLUGINS( EEPROMSettings, // for AutoShiftConfig EEPROMKeymap, // for AutoShiftConfig