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