summaryrefslogtreecommitdiffstats
path: root/keyboard.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-02-12 16:15:51 +0100
committertmk <nobody@nowhere>2011-02-21 19:09:05 +0100
commit9a938eecbd2b70c970992583b5c16da717d8e254 (patch)
tree22ac37491f88aa60d917a18696c93f61a429d43c /keyboard.h
parent2b8cd88ab142068eed0a3f230a3de79deb567536 (diff)
downloadqmk_firmware-9a938eecbd2b70c970992583b5c16da717d8e254.tar.gz
qmk_firmware-9a938eecbd2b70c970992583b5c16da717d8e254.tar.xz
host interface for pjrc
Diffstat (limited to 'keyboard.h')
-rw-r--r--keyboard.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboard.h b/keyboard.h
index 5d269e963..01ec72a06 100644
--- a/keyboard.h
+++ b/keyboard.h
@@ -1,10 +1,11 @@
#ifndef KEYBOARD_H
#define KEYBOARD_H
+#include <stdint.h>
+
void keyboard_init(void);
void keyboard_proc(void);
+void keyboard_set_leds(uint8_t leds);
#endif
-
-