diff --git a/src/kaleidoscope/Runtime.cpp b/src/kaleidoscope/Runtime.cpp index b8ab4f10..6d534cbe 100644 --- a/src/kaleidoscope/Runtime.cpp +++ b/src/kaleidoscope/Runtime.cpp @@ -178,7 +178,7 @@ Runtime_::handleKeyEvent(KeyEvent event) { // If it's a built-in Layer key, we handle it here, and skip sending report(s) if (event.key.isLayerKey()) { Layer.handleLayerKeyEvent(event); - //return; + return; } // The System Control HID report contains only one keycode, and gets sent