Adding soft entry bootloader via key sequence.

- Fixed up basic Macro module (still not to my liking)
- Added the bootloader entry bits
- Added logic for key sequence tracking
This commit is contained in:
Jacob Alexander 2011-10-16 00:45:10 -07:00
parent 6557022f20
commit 0516e82a71
3 changed files with 103 additions and 5 deletions

View file

@ -79,7 +79,8 @@ inline void usb_send(void)
// Send keypresses
usb_keyboard_send();
// Clear modifiers
// Clear modifiers and keys
USBKeys_Modifiers = 0;
USBKeys_Sent = 0;
}