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:
12
firmware/commandhandler.h
Normal file
12
firmware/commandhandler.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* \file commandhandler.h
|
||||
* \brief TODO
|
||||
* \author Ronald Schaten <ronald@schatenseite.de>
|
||||
* \version $Id$
|
||||
*
|
||||
* License: TODO
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void keypressed(uint8_t* reportbuffer, uint8_t size, uint16_t tickcounter);
|
||||
Reference in New Issue
Block a user