Skip to content

PS/2 keyboard to Amiga 1200 adapter (proof of concept)

License

Notifications You must be signed in to change notification settings

NoenDex/ps2_amiga1200_kbd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ps2_amiga1200_kbd

Arduino based PS/2 keyboard to Amiga 1200 adapter (proof of concept)

It's just dirty hack which worked for me. Something what can be done in few hours.

Some notes:

#define amiga_clk 5
#define amiga_data 4

amiga_data and amiga_clk is hooked to A1200 motherboard keyboard micro (68HC05C). 14, 15 pins of 68HC05C (screenshot attached).

#define ps_clk 2 
#define ps_data 3

Please add https://github.com/techpaul/PS2KeyAdvanced Arduino library to compile.

About

PS/2 keyboard to Amiga 1200 adapter (proof of concept)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%