Config

Configure ScriptKitty Settings

To edit the default WiFi network on ScriptKitty, or change the default USB device identifiers on ScriptKitty, you can simply edit the config.txt file on the flash drive! To reload the settings, simply restart your CutieCat!

Settings

ParameterDescriptionValue
networkWiFi AP SSIDanything without spaces
passwordWiFi AP Passwordmust be 8 or more characters
vidUSB Vendor IDHex value like 0x00
pidUSB Product IDHex value like 0x00

Emulate USB Devices

By default, the ScriptKitty Firmware emulates an Apple Keyboard to bypass MacOS flagging non-Apple keyboards.

You can easily modify the type of device it emulates by editing the config.txt file on the flash drive! All you have to do is edit the VID and PID parameter - which correspond to Vendor ID and Product ID respectively.

You can use a USB vendor lookup tool like this open database to choose a device to emulate.

On Linux / Mac you can check if this worked using:

lsusb

On Windows, check your Device Manager!