Many changes: added commandhandler module, macro functions, toggle function and

speed settings. Removed key repetition (no idea why it was there).
This commit is contained in:
2009-02-14 21:11:43 +00:00
parent 68abf87a9c
commit ced5a39988
9 changed files with 263 additions and 19 deletions

View File

@ -21,6 +21,11 @@ void hardwareInit(void);
*/
void printMatrix(void);
/**
* Toggle-function is called as a command, doesn't have to be implemented.
*/
void toggle(void);
/**
* This tells the current writing speed to the keyboard, for whatever it will
* do with the value.