Fn symbol code removed

This commit is contained in:
HarukiToreda
2025-10-13 16:09:46 -04:00
parent 3bb5a3341c
commit 4ca56ec9cb
3 changed files with 0 additions and 34 deletions

View File

@@ -30,10 +30,7 @@ int SystemCommandsModule::handleInputEvent(const InputEvent *event)
switch (event->kbchar) {
// Fn key symbols
case INPUT_BROKER_MSG_FN_SYMBOL_ON:
IF_SCREEN(screen->setFunctionSymbol("Fn"));
return 0;
case INPUT_BROKER_MSG_FN_SYMBOL_OFF:
IF_SCREEN(screen->removeFunctionSymbol("Fn"));
return 0;
// Brightness
case INPUT_BROKER_MSG_BRIGHTNESS_UP: