[EDIT]
Oh look at that. A hole other jumper with just the arduino pins. If I could only learn to read. Still asking how many can I drive? thanks again
Nothing required to control the CAT drivers (or the NCP drivers for that matter) from the DIY driver thread except hooking up wires to the 5v pinout on the side of the Typhon. You get 4 channels of control - there are 8 pairs of pins on the output header because 4 of them are 10v and four are 5v. You should only ever use one pair or the other.
Are buck pucks compatible cause that's whagt my leds are run by or do I need to replace them
Compatible but will need tweaking to the settings or software, since they expect an inverted output (HIGH from the Typhon means "off" to a buckpuck). If you don't want to rewrite the code you could just fake it by switching your on-off times.
Do you have a copy of button.h in your lib folder for the arduino?
As stated, you need that library. And the EEPROM library. Check out the comments in the top of the sketch - there are URLs to get those two libraries.
Is this the right chip???
http://shop.moderndevice.com/products/optiboot-atmega328p-arduino-chip
And I can't find the DS1307 in stock anywhere is there some thing else to use any advice
That SHOULD work. 99% of us are using the older "original" bootloader or one of it's derivatives, not the new UNO version, but in theory they are totally compatible. If you wanted to be 100% sure you could just buy an original version, most vendors still stock them. But the new version actually has some nice features (it is smaller and faster).
It is worth noting that the 328 is in extremely short supply around the world right now, so you might have to check around to find a vendor that has bootloaded chips in stock.
Regarding the DS1307 - you MUST use an 8-pin PDIP DS1307. Maxim makes 4 versions though (DS1307, DS1307+, DS1307N, DS1307N+) and any of them will work - you don't need the EXACT part number in the BOM by any means. The differences between these four versions have to do with temperature ranges (not an issue for us) and RoHS certification (again, not an issue).
If you really truly cannot find one in stock, Maxim will send a sample if you register and request one on their website, but I feel that us hobbyists should be careful of abusing that.