Has anyone successfully used HIDKeys example with a mega168? I copied the exact schematic, except of course with the mega168 instead of the mega8. To fix compile errors, I changed TCCR0 to TCCR0B, and two instances of TIFR to TIFR0. That is all I changed, and now everything compiles perfectly. Howev...