/* keyboard.h
 *   keyboard interfacing
 */


void keyboard_init(char *keyfile);
void keyboard_press_ascii(char ch);

