]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - command.h
add debouncing into macway/matrix.c.
[max/tmk_keyboard.git] / command.h
index dca6da456bc671a7fb793192849094a4298df3b8..4888f5ee0bbcf5e4de53127e715cc57fc66ce665 100644 (file)
--- a/command.h
+++ b/command.h
@@ -19,5 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #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