-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.txt
More file actions
51 lines (40 loc) · 1.48 KB
/
config.txt
File metadata and controls
51 lines (40 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Ghostkey Configuration File
# This file should be placed in the root directory of your SD card
# Any settings not specified here will use their default values
# Lines starting with # or // are treated as comments
# Script settings
# ------------------------------
# SCRIPT_MODE: 0 = Custom Format, 1 = Ducky Script
SCRIPT_MODE = 1
# Script file paths (no need to include leading / - it's added automatically)
DUCKY_SCRIPT_FILE = payload.txt
CUSTOM_SCRIPT_FILE = instructions.txt
# Typing settings
# ------------------------------
# Delay between keystrokes in milliseconds (lower = faster typing)
TYPING_DELAY = 150
# Use layout-independent typing mode (works across keyboard layouts)
# Values: true/false, yes/no, 1/0
USE_LAYOUT_INDEPENDENT = true
# Use direct ASCII mode (completely bypasses keyboard layout)
# Values: true/false, yes/no, 1/0
USE_DIRECT_ASCII = true
# Enable Spanish keyboard support
# Values: true/false, yes/no, 1/0
SPANISH_KEYBOARD = true
# Debug keyboard activity (shows detailed info about keystrokes in serial)
DEBUG_KEYBOARD = true
# Execution settings
# ------------------------------
# Run script automatically on boot
# Values: true/false, yes/no, 1/0
AUTORUN = true
# Initial delay before starting script execution (milliseconds)
INITIAL_DELAY = 1000
# Number of times to repeat script execution (0 = no repeat)
REPEAT_COUNT = 0
# Debug settings
# ------------------------------
# Enable debug output to serial monitor
# Values: true/false, yes/no, 1/0
DEBUG_OUTPUT = true