Project to provide keyboard replacements for various classic computers, as well as classic ASCII keyboard
Go to file
Dave c13672b408 Multiple fixes for keyboard PCB
- in combined CherryMX/futaba footprints, moved cherry pads down 1 mil and
futaba pads up 2 mil, to reduce risk of shortin of LED pads with futaba pad.
Adjusted all aligners accordingly

- Fixed centroid for combined diode footprint and adjusted PCB placement on
classic and SOL keyboards accordingly.

- Moved SMT pads in combined diode footprint to top layer, so pick & place file
will be usable.

- changes to futaba stabilizer design.  Longer post adapter passes through slots
in keyboard and aligner.

- Changed futaba post thickness gauge from board outline to a slot to improve
tolerance.

- Moved spacebar stabilizer bending guide to edge of PCB, in order to make it
more useful in bending PCBs.

- Changed Apple II mounting slots on classic keyboard from horizontal to
vertical orientation, to accommodate the different spacing offets due to the use
of spacers in angled mounting threads.
2020-08-01 01:15:23 -05:00
firmware/asdf BUGFIX: repeat apparatus not initiazized on keymap switch. 2020-07-20 14:13:53 -05:00
hardware Multiple fixes for keyboard PCB 2020-08-01 01:15:23 -05:00
.gitignore Ignore dcm files 2020-06-23 17:20:31 -05:00
README.md Update top level README 2020-07-08 22:17:22 -05:00

Unified Retrocomputer Keyboard Project

This project aims to provide a unified collection of keyboards and encoders for vintage computers, with modular design to reuse as many elements as possible across the designs.

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 George 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.

Capabilities so far:

  • Replacement keyboard for OSI computers
  • Replacement keyboard for Apple II/II+ computers
  • Replacement keyboard for the Sol-20 computer
  • Generic ADM-3A/Teletype style keyboard
  • Apple I keyboard (multiple styles)

Coming soon:

  • Replace encoder board on Apple II/II+ keyboards
  • Convert an OSI 542 keyboard into a generic ASCII keyboard

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 (with corresponding Apple II keymaps), or an OSI case (with OSI adapter).
  • A Sol-20 compatible keyboard.
  • Keyscan/decoder interface modules that can output parallel ASCII, and can be adapted for other protocols.
  • An OSI interface module, to connect the classic keyboard to an OSI computer.