-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.py
25 lines (15 loc) · 881 Bytes
/
config.py
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
### CONFIG FILE FOR ELITE DANGEROUS LIGHT SYNC ###
# ELITE DANGEROUS LOG FILES
logLocation = "C:/...*.log" # change to the location of your Elite Dangerous log files
# LIFX
lifxEnable = False # change to True to enable LIFX
lifxKey = 000 # change to your LIFX access token
# RAZER CHROMA
chromaEnable = False # change to True to enable Razer Chroma
# CORSAIR CUE
cueEnable = False # change to True to enable Corsair Cue
cueLocation = "C:\\..." # change to the location of your CUESDK.x64_2013.dll file (ensure you use double backslashes between each directory as shown)
# PHILIPS HUE
hueEnable = False # change to True to enable Philips Hue
hueIP = "192.168.1.???" # change to the IP address of your Philips Hue Bridge (see https://developers.meethue.com/develop/get-started-2/ step 2 for help)
##################################################