// MIT License, Copyright (c) 2020 Marvin Borner

#ifndef KEYBOARD_H
#define KEYBOARD_H

void keyboard_install();

#endif