Updated description of Microtouch Emulation

As it now emulates more protocols than the TouchPen, I figured it'd be better defined as just 3M Microtouch (as it now does part of SMT3(V) and TouchPen 4
This commit is contained in:
Marcos Alves
2024-07-22 02:02:41 +01:00
parent 3ccca3991f
commit de10429567

View File

@@ -10,7 +10,7 @@
*
*
*
* Authors: Cacodemon345
* Authors: Cacodemon345, mourix
*
* Copyright 2024 Cacodemon345
*/
@@ -415,7 +415,7 @@ static const device_config_t mtouch_config[] = {
};
const device_t mouse_mtouch_device = {
.name = "3M MicroTouch TouchPen 4",
.name = "3M MicroTouch (Serial)",
.internal_name = "microtouch_touchpen",
.flags = DEVICE_COM,
.local = 0,