Intial commit

This commit is contained in:
rxi
2014-06-13 21:01:19 +01:00
commit f34b4f8beb
87 changed files with 23049 additions and 0 deletions

14
src/keyboard.h Normal file
View File

@@ -0,0 +1,14 @@
/**
* Copyright (c) 2014 rxi
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the MIT license. See LICENSE for details.
*/
#ifndef KEYBOARD_H
#define KEYBOARD_H
int keyboard_init(void);
void keyboard_deinit(void);
#endif