IAMNOTDEFECTIVE wrote:
So these are inside the keyboard then?
No, the AT89C2051 is the main chip on the adapter board that you build from the layout and schematic you downloaded from kbdbabel.org. I don't see a 27C512 in the layout, though. In fact, the only place I see it mentioned is in the one line you quoted about writing the .bin file to the chip. That, in turn, is a comment at the start of the .asm file which contains the assembly language code for the AT89C2051 microcontroller. So you need to burn the .bin file into the AT89C2051 microcontroller's built-in memory (as robespierre mentioned) using an external programmer before doing final assembly of the circuit board you're making.
And forget everything I said about the 27C512 chip that's mentioned in the instructions. Having looked at the schematic and layout, I don't see one actually being used. (It's probably from a different version of the adapter.)