diff --git a/flmng0.c b/flmng0.c index f2b6aac..b4e841f 100644 --- a/flmng0.c +++ b/flmng0.c @@ -146,6 +146,9 @@ bool get_custom_auto_shifted_key(uint16_t keycode, keyrecord_t *record) { return true; #endif + + case KC_SCLN: + return true; } return false;