# ~/.quisk_conf.py Quisk LPPAN/fldigi/K3 config for WA5ZNU

#
# Sound Card Settings
#
name_of_sound_play = "hw:2"
name_of_sound_capt = "hw:2"
sample_rate = 44100

# 
# Waterfall Settings
#
default_screen = 'WFall'
waterfall_y_scale = 32
waterfall_y_zero = 0
waterfall_scroll_mode = 0	#  scroll at a constant rate.
waterfallPalette = digipanWaterfallPalette

#
# Use with the LP-PAN panadapter:
# If the quisk_hardware_fldigi module responds, it uses that.
# Otherwise it uses the quisk_hardware_k3 module.
#
import quisk_lppan_k3.quisk_hardware_lppan as quisk_hardware

# Make phase correction read/writes go to the "panadapter" band
# since they're not band specific.
bandAmplPhase = {'panadapter':(0.0, 0.0)}


