forked from mirrors/qmk_userspace
Remove *_CALLBACK_ENABLE related code; Fix V2 Max device name
This commit is contained in:
parent
0b812c9dc0
commit
f9f4cf410f
21 changed files with 67 additions and 435 deletions
|
@ -59,10 +59,6 @@ void report_buffer_init(void) {
|
|||
report_buffer_queue_tail = 0;
|
||||
retry = 0;
|
||||
report_timer_buffer = timer_read32();
|
||||
|
||||
#ifdef LEMOKEY_CALLBACK_ENABLE
|
||||
register_lemokey_task(report_buffer_task, true);
|
||||
#endif
|
||||
}
|
||||
|
||||
bool report_buffer_enqueue(report_buffer_t *report) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue