PokéRogue
    Preparing search index...

    Type Alias CustomKeyboardConfig

    CustomKeyboardConfig: Omit<KeyboardConfig, "custom"> & Required<
        Pick<KeyboardConfig, "custom">,
    >