Arduino Leonardo (Atmel Mega32U4) adapter for an XT keyboard to be used as a USB keyboard.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1234567891011
  1. # XT Keyboard Adapter
  2. Arduino Leonardo (Atmel MEGA32U4) code for adapting an old XT keyboard into a USB keyboard.
  3. This was specifically used with a Zbrojovka Brno Consul 262.9 keyboard.
  4. ![keyboard](keyboard.jpg)
  5. The code contains a mapping table so this makes the keyboard "programmable"!
  6. For added effect, there is a beeping sound generated based the events being received from the keyboard.