-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample_config.json
48 lines (48 loc) · 3.39 KB
/
example_config.json
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
{
"port_number": 1,
"port_name": null,
"tci_address": "localhost:40001",
"indicators": "default",
"init_sequence": [
],
"connect_sequence": [
],
"disconnect_sequence": [
],
"mappings": [
{"type": "vfo", "channel": 1, "key": 10, "trx": 0, "vfo": "VFOA", "options": {"direction": "default", "step": "5", "speed": "dynamic"}},
{"type": "vfo", "channel": 2, "key": 10, "trx": 0, "vfo": "VFOB", "options": {"direction": "reverse", "step": "10", "speed": "static"}},
{"type": "mute", "channel": 1, "key": 12},
{"type": "volume", "channel": 0, "key": 3},
{"type": "enable_rx", "channel": 2, "key": 12, "trx": 0, "vfo": "VFOB"},
{"type": "rx_mixer", "channel": 0, "key": 0, "trx": 0},
{"type": "rx_volume", "channel": 1, "key": 0, "trx": 0, "vfo": "VFOA"},
{"type": "rx_volume", "channel": 2, "key": 0, "trx": 0, "vfo": "VFOB"},
{"type": "set_rx_volume", "channel": 1, "key": 0, "trx": 0, "vfo": "VFOA", "options": {"volume": "0"}},
{"type": "set_rx_volume", "channel": 2, "key": 0, "trx": 0, "vfo": "VFOB", "options": {"volume": "0"}},
{"type": "rx_balance", "channel": 1, "key": 2, "trx": 0, "vfo": "VFOA"},
{"type": "rx_balance", "channel": 2, "key": 2, "trx": 0, "vfo": "VFOB"},
{"type": "set_rx_balance", "channel": 1, "key": 2, "trx": 0, "vfo": "VFOA", "options": {"balance": "0"}},
{"type": "set_rx_balance", "channel": 2, "key": 2, "trx": 0, "vfo": "VFOB", "options": {"balance": "0"}},
{"type": "mode", "channel": 7, "key": 0, "trx": 0, "options": {"mode": "CW"}},
{"type": "mode", "channel": 7, "key": 1, "trx": 0, "options": {"mode": "DIGU"}},
{"type": "mode", "channel": 7, "key": 2, "trx": 0, "options": {"mode": "LSB"}},
{"type": "mode", "channel": 7, "key": 3, "trx": 0, "options": {"mode": "USB"}},
{"type": "filter", "channel": 6, "key": 2, "trx": 0, "options": {"min": "-50", "max": "50"}},
{"type": "filter", "channel": 6, "key": 3, "trx": 0, "options": {"min": "1250", "max": "1750"}},
{"type": "enable_rit", "channel": 6, "key": 0, "trx": 0, "options": {"reset": "true"}},
{"type": "rit", "channel": 1, "key": 8, "trx": 0, "options": {"range": "1000"}},
{"type": "enable_xit", "channel": 6, "key": 1, "trx": 0},
{"type": "xit", "channel": 2, "key": 8, "trx": 0},
{"type": "enable_split", "channel": 2, "key": 3, "trx": 0},
{"type": "sync_vfo_frequency", "channel": 1, "key": 5, "trx": 0, "vfo": "VFOA", "options": {"src_trx": "0", "src_vfo": "VFOB"}},
{"type": "sync_vfo_frequency", "channel": 2, "key": 5, "trx": 0, "vfo": "VFOB", "options": {"src_trx": "0", "src_vfo": "VFOA"}},
{"type": "sync_vfo_frequency", "channel": 1, "key": 6, "trx": 0, "vfo": "VFOA", "options": {"src_trx": "0", "src_vfo": "VFOB", "offset": "-1000"}},
{"type": "sync_vfo_frequency", "channel": 2, "key": 6, "trx": 0, "vfo": "VFOB", "options": {"src_trx": "0", "src_vfo": "VFOA", "offset": "1000"}},
{"type": "mox", "channel": 0, "key": 35, "trx": 0},
{"type": "tune", "channel": 0, "key": 34, "trx": 0},
{"type": "send_cw", "channel": 1, "key": 16, "trx": 0, "options": {"text": "vvv vvv vvv vvv vvv vvv vvv vvv ar"}},
{"type": "stop_cw", "channel": 1, "key": 20, "trx": 0},
{"type": "cw_speed", "channel": 1, "key": 3, "options": {"control": "encoder"}}
]
}