a500kbd

view src/amigakb.h @ 2:a4fd9c5a6655

first working version
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 17 Oct 2017 15:25:33 +0300
parents
children
line source
1 #ifndef AMIGAKB_H_
2 #define AMIGAKB_H_
4 void amikb_sendkey(unsigned char keycode, int press);
5 void amikb_reset(void);
7 #endif /* AMIGAKB_H_ */