Adding test macros and basic "clicker" choose support

- Better macros are still needed for the clicker
- Current macros should be separated as a sub-module
- No LEDs implement yet
- Caps Lock LED seems to be burnt out...
This commit is contained in:
Jacob Alexander 2012-03-27 21:56:54 -04:00
parent 1877dcfa01
commit 0ac4251e16
4 changed files with 73 additions and 33 deletions

View file

@ -42,6 +42,7 @@
extern volatile uint8_t KeyIndex_Buffer[KEYBOARD_BUFFER];
extern volatile uint8_t KeyIndex_BufferUsed;
extern volatile uint8_t KeyIndex_Add_InputSignal;