#ifndef KEYBOARD_H #define KEYBOARD_H void init_keyboard(void); void keyboard(void); #endif