From e67c988824f5ec0c965beb412f8ee5953dfd3c8c Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 17 Sep 2011 22:39:50 +0900 Subject: Added Bulegiga iWRAP support into HHKB.(Bluetooth) --- command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index dca6da456..4888f5ee0 100644 --- a/command.h +++ b/command.h @@ -19,5 +19,7 @@ along with this program. If not, see . #define COMMAND uint8_t command_proc(void); +/* This allows to extend commands. Return 0 when command is not processed. */ +uint8_t command_extra(void); #endif -- cgit v1.2.3