X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=command.h;h=4888f5ee0bbcf5e4de53127e715cc57fc66ce665;hb=6284b147c23aa32a9e65138b1eb8ee908ece4941;hp=dca6da456bc671a7fb793192849094a4298df3b8;hpb=0dde25e81cc06ed6331c030839b7048c69fc9c84;p=max%2Ftmk_keyboard.git diff --git a/command.h b/command.h index dca6da45..4888f5ee 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