From 57d3f4ca1cb38efb1424132de221e31fd1fdc0ef Mon Sep 17 00:00:00 2001 From: VeyPatch <126267034+VeyPatch@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:15:54 +0100 Subject: [PATCH] fix merge --- quantum/action_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/quantum/action_util.c b/quantum/action_util.c index 7945e9f6486..a370730b546 100644 --- a/quantum/action_util.c +++ b/quantum/action_util.c @@ -22,6 +22,7 @@ along with this program. If not, see . #include "timer.h" #include "keycode_config.h" #include "usb_device_state.h" +#include "qmk_settings.h" #include extern keymap_config_t keymap_config;