mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 10:22:44 +01:00
bug fix,scan_keys used wrong variable of debouncing, add KEY_DEB struct
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
|
||||
|
||||
#include <USBComposite.h>
|
||||
typedef struct key_debouncing{
|
||||
|
||||
bool deing;//debouncing
|
||||
uint16_t de_time;
|
||||
|
||||
}KEY_DEB;
|
||||
|
||||
typedef struct keyboard_state{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user