If you set ATO -> Posts or Excerpts -> Posts or excerpts on HOME page? to 'Only Excerpts, you will continue to get the full posts no matter what 'Show the first X posts on HOME page as full posts?' is set to.
Flynn, please verify the following
The problem can be fixed by editing bfa_post_parts.php and changing lines 63-65:
function bfa_post_bodycopy() {
global $bfa_ata;
if (/* (is_home() AND $bfa_ata['excerpts_home'] == "Full Posts") OR
to:
function bfa_post_bodycopy() {
global $bfa_ata;
global $postcount;
if (/* (is_home() AND $bfa_ata['excerpts_home'] == "Full Posts") OR