Update app/src/main/java/helium314/keyboard/keyboard/internal/KeyboardCodesSet.java

Remove KeyCode.SPLIT_LAYOUT
This commit is contained in:
PurplePickleMonster 2025-01-07 17:38:00 -05:00 committed by GitHub
parent 6b00c963f0
commit 36b7b6f8b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,8 +79,7 @@ public final class KeyboardCodesSet {
KeyCode.CLIPBOARD,
KeyCode.START_ONE_HANDED_MODE,
KeyCode.STOP_ONE_HANDED_MODE,
KeyCode.SWITCH_ONE_HANDED_MODE,
KeyCode.SPLIT_LAYOUT
KeyCode.SWITCH_ONE_HANDED_MODE
};
static {