Disable HOST_KEY_REPORT_DELAY for lapdesk

This commit is contained in:
Robert 2024-07-04 00:48:03 -07:00
parent 8669826b79
commit e81e80d290
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#undef DEBOUNCE
#define DEBOUNCE 50
#define HOST_KEY_REPORT_DELAY 20 //will impact matrix scan rate, but since debounce theoretically tracks in milliseconds, maybe it'll be fine?
//#define HOST_KEY_REPORT_DELAY 20 //will impact matrix scan rate, but since debounce theoretically tracks in milliseconds, maybe it'll be fine?
#undef TAPPING_TERM
#define TAPPING_TERM 135