a500kbd

view src/amigakb.h @ 3:31a1f0b53d98

- scroll lock now acts as caps lock - the scroll-lock light indicates drive activity
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 18 Oct 2017 08:20:58 +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_ */