Redmaus wrote: Install arduino.
Looks like you don't have the drivers.
Well, AFAIK Leeku PCBs use atmega32a chip (not atmega32u4). This one doesn't have native USB, it is only bit-banged, and usually uses a non-standard (usually not arduino-compatible, i.e. avrdude-compatible) bootloader. There are a couple, but the keyboard community seems to stick with bootloadHID. As the name suggests, it is a HID-class device, which does not need extra drivers on any system. I'm pretty sure derzemel's board has this bootloader, since he managed to flash it with the bootloadHID tool once already.
derzemel wrote:
The only message I get is from the Win machines: USB device not recognized.
This is (I think) good news, it means that the chip is not completely shot, because this indicates that the board at least starts to communicate with the computer over USB.
derzemel wrote:
I have no idea what chip programming hardware I would need for an ATMega32A-AU (or I am google incompetent)
I can help you with that. If you have an arduino or teensy or any kind of atmel board, that would be enough. If not, I can send you one of my little programmers. But this asks for a more interactive discussion, because it's kind of long and relatively complicated when you do it for the first time. irc?
derzemel wrote:
I wonder if it will work with another ATMega32A-au chip that I could solder it on the pcb (instead of the one I have)
Well if it is bootloaded, then it should help. If it is blank (i.e. just bought from a supplier), then it would not help - well precisely because it does not have a bootloader
