Suggest adding just above "NO VARIABLES NEED TO BE EDITED BELOW", something like

if [ -f makesdcard.rc ]; then
  source makesdcard.rc
fi

In this way, users can customize the settings without having to edit your script, and then re-edit it when revisions are made.

Nice work, btw. :)