From 2211b51102e8966b373c8f22132fa3c035d9d8cd Mon Sep 17 00:00:00 2001 From: InfraredAces <44279698+InfraredAces@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:32:43 -0700 Subject: [PATCH] Correct max macro lines (#62) --- docs/web-configurator/menu-pages/09-macros.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-configurator/menu-pages/09-macros.mdx b/docs/web-configurator/menu-pages/09-macros.mdx index 79129ee..4dd9ae9 100644 --- a/docs/web-configurator/menu-pages/09-macros.mdx +++ b/docs/web-configurator/menu-pages/09-macros.mdx @@ -68,7 +68,7 @@ This describes is how the GPIO pin or the combination set in [`Uses Button`](#us ## Macro Input Line Editor -Each individual macro has a maximum of 50 lines where each input line has a maximum of 18 gamepad inputs (using all available gamepad inputs). +Each individual macro has a maximum of 30 lines where each input line has a maximum of 18 gamepad inputs (using all available gamepad inputs). ![GP2040-CE Configurator - Macro Input Line](../../assets/images/gpc-macros-input-line.png)