# ------------------------------------------------
# minimal /boot/config.txt
# ------------------------------------------------
# Disable wifi on pi0w
#dtoverlay=pi3-disable-wifi
# ------------------------------------------------
# Disable BT on pi0W as it uses serial
dtoverlay=pi3-disable-bt
# ------------------------------------------------
# UART enabled
enable_uart=1
# ------------------------------------------------
# Load for USB gadget and activity led route
dtoverlay=dwc2
dtoverlay=activityled.dtb
# ------------------------------------------------
# Enable audio and route PWM to alternate
dtparam=audio=on
dtoverlay=pwm-2chan,pin=18,func=2,pin2=19,func2=2
# ------------------------------------------------
