From fcc3f3ad77c9e4dfcec13d626f6aedfefe311e3d Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 8 Oct 2022 11:44:35 +0200 Subject: [PATCH] Model100: Enable the MouseKeysConfig plugin Addresses the firmware part of keyboardio/Chrysalis#525. Signed-off-by: Gergely Nagy --- Keyboardio/Model100/Model100.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Keyboardio/Model100/Model100.ino b/Keyboardio/Model100/Model100.ino index b8e1a0e..c987e00 100644 --- a/Keyboardio/Model100/Model100.ino +++ b/Keyboardio/Model100/Model100.ino @@ -543,7 +543,10 @@ KALEIDOSCOPE_INIT_PLUGINS( Macros, // The MouseKeys plugin lets you add keys to your keymap which move the mouse. + // The MouseKeysConfig plugin lets Chrysalis configure some aspects of the + // plugin. MouseKeys, + MouseKeysConfig, // The HostPowerManagement plugin allows us to turn LEDs off when then host // goes to sleep, and resume them when it wakes up.