From a84f6524c1dabefc3ba119965f20c8ecb1ff976a Mon Sep 17 00:00:00 2001 From: vinniefranco Date: Thu, 22 May 2025 14:32:26 -0500 Subject: [PATCH] Fixup --- keyboards/gggw/crosses/crosses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/gggw/crosses/crosses.c b/keyboards/gggw/crosses/crosses.c index d37349b8af4..1c3d66d95bc 100644 --- a/keyboards/gggw/crosses/crosses.c +++ b/keyboards/gggw/crosses/crosses.c @@ -244,7 +244,7 @@ oled_rotation_t oled_init_kb(oled_rotation_t rotation) { # if defined(POINTING_DEVICE_COMBINED) || defined(POINTING_DEVICE_RIGHT) || defined(POINTING_DEVICE_LEFT) void pointing_device_init_kb(void) { - set_auto_mouse_layer(_MOUS); + set_auto_mouse_layer(5); set_auto_mouse_enable(false); } # endif /* ifdef POINTING_DEVICE */