aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-02-08 21:07:41 +0000
committerdakkar <dakkar@thenautilus.net>2019-02-08 21:07:41 +0000
commitb486c8679d22e0c0c981e46854a9681ef2ff299e (patch)
tree25115021e31d8f487032a9961b64bab6eb9d316d
parentok, this layout should DWIM with my fvwm (diff)
downloadkeyboardio-model01-b486c8679d22e0c0c981e46854a9681ef2ff299e.tar.gz
keyboardio-model01-b486c8679d22e0c0c981e46854a9681ef2ff299e.tar.bz2
keyboardio-model01-b486c8679d22e0c0c981e46854a9681ef2ff299e.zip
re-enable mouse keys
-rw-r--r--Model01-Firmware.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index 84f1c4e..85a2178 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -438,7 +438,7 @@ KALEIDOSCOPE_INIT_PLUGINS(
Macros,
// The MouseKeys plugin lets you add keys to your keymap which move the mouse.
- //MouseKeys,
+ MouseKeys,
// The HostPowerManagement plugin allows us to turn LEDs off when then host
// goes to sleep, and resume them when it wakes up.