# ~/.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

#
# Update band buttons for to encompass popular digital mode frequencies.
#
bandState['20'] = (14069800, 0, 'USB')
bandState['30'] = (10125000, 0, 'USB')
bandState['40'] = (7069800, 0, 'USB')
bandState['80'] = (3577000, 0, 'USB')
