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
|
@ -34,9 +34,3 @@ bool wireless_tasks(void) {
|
|||
if (get_transport() == TRANSPORT_USB) usb_remote_wakeup();
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef LEMOKEY_CALLBACK_ENABLE
|
||||
void register_wt_tasks(void) {
|
||||
register_lemokey_task(wireless_tasks, true);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue