Compare commits
No commits in common. "main" and "conditions" have entirely different histories.
main
...
conditions
2 changed files with 5 additions and 7 deletions
|
|
@ -53,11 +53,9 @@ func main() {
|
|||
rules, eventChannel, cancel, wg := loadRules(config, pDevices, vDevicesByName, modes)
|
||||
|
||||
// initialize TTS phrases for modes
|
||||
if !ttsOps.Disabled {
|
||||
for _, m := range modes {
|
||||
tts.AddMessage(m)
|
||||
logger.LogDebugf("Added TTS message '%s'", m)
|
||||
}
|
||||
for _, m := range modes {
|
||||
tts.AddMessage(m)
|
||||
logger.LogDebugf("Added TTS message '%s'", m)
|
||||
}
|
||||
|
||||
fmt.Println("Joyful Running! Press Ctrl+C to quit. Press Enter to reload rules.")
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ rules:
|
|||
device: flightstick
|
||||
axis: X
|
||||
inverted: true # the lower half of the axis will often need to be inverted
|
||||
input_upper:
|
||||
input_uppper:
|
||||
device: flightstick
|
||||
axis: RX
|
||||
output:
|
||||
|
|
@ -146,4 +146,4 @@ rules:
|
|||
end: 500
|
||||
output:
|
||||
device: mouse
|
||||
button: REL_WHEEL
|
||||
button: REL_WHEEL
|
||||
Loading…
Add table
Add a link
Reference in a new issue