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:
parent
6557022f20
commit
0516e82a71
3 changed files with 103 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue