Project to provide keyboard replacements for various classic computers, as well as classic ASCII keyboard
Go to file
Dave 3c34734a46 I/O cleanup and SYS_RESET fix
- Break out initialization of SYS_RESET, CLEAR, STROBE, and CAPS LED into
  separate functions.

- Emulate open collector output for SYS_RESET: OFF=input with weak pullup.
  ON=output low.

- Add function to cap CAPS LED.
2019-12-28 10:22:00 -06:00
firmware/asdf I/O cleanup and SYS_RESET fix 2019-12-28 10:22:00 -06:00
hardware Keyboard interface cleanups for ASCII controller 2019-12-27 13:03:46 -06:00
README.md Update README.md 2019-12-14 03:48:32 -06:00

README.md

Unified ASCII Keyboard

This project aims to provide a (near) universal ASCII keyboard for vintage computers. Home computers of the 1970's typically either polled a switch matrix, or interfaced to a parallel ASCII keyboard via a parallel port.

The keyboard allows use of Cherry MX keys, or Futaba MD-4PCS (aka eorge Risk KBM-01-01) keys.

The keyboard is designed using KiCad in order to be the most useful for anybody wishing to modify the keyboard for more specific uses, or to add to the project.

This keyboard project so far consists of:

  • A classic retro-style ASCII keyboard, modeled after the ADM-3A keyboard, which can be also be populated to fit perfectly in an Apple II/II+ case, or an OSI case.
  • A keyscan/decoder interface module that can output parallel ASCII, and can be adapted for other protocols.
  • An OSI-compatible interface module.