Config
Configure ScriptKitty Settings
On this page
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
Parameter | Description | Value |
---|---|---|
network | WiFi AP SSID | anything without spaces |
password | WiFi AP Password | must be 8 or more characters |
vid | USB Vendor ID | Hex value like 0x00 |
pid | USB Product ID | Hex 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!