Temporarily disable the Wacom tablets.

This commit is contained in:
OBattler
2023-08-24 23:49:06 +02:00
parent 801ebcc1db
commit a0ce900837
2 changed files with 3 additions and 1 deletions

View File

@@ -94,8 +94,10 @@ static mouse_t mouse_devices[] = {
{ &mouse_msserial_device },
{ &mouse_ltserial_device },
{ &mouse_ps2_device },
#ifdef USE_WACOM
{ &mouse_wacom_device },
{ &mouse_wacom_artpad_device },
#endif
{ NULL }
// clang-format on
};