From 6985f0b96d88a5d5226e4e5050d98526f9677fc9 Mon Sep 17 00:00:00 2001 From: VeyPatch <126267034+VeyPatch@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:03:07 +0100 Subject: [PATCH] fix changes --- users/halcyon_modules/config.h | 1 - users/halcyon_modules/rules.mk | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/users/halcyon_modules/config.h b/users/halcyon_modules/config.h index 2363438d..f266b985 100644 --- a/users/halcyon_modules/config.h +++ b/users/halcyon_modules/config.h @@ -49,7 +49,6 @@ // Always the same #define SPLIT_MODS_ENABLE -#define SPLIT_TRANSPORT_MIRROR #define SPLIT_LED_STATE_ENABLE #define SPLIT_LAYER_STATE_ENABLE #ifndef HLC_ENCODER_A diff --git a/users/halcyon_modules/rules.mk b/users/halcyon_modules/rules.mk index 7ca0f087..61729127 100644 --- a/users/halcyon_modules/rules.mk +++ b/users/halcyon_modules/rules.mk @@ -2,6 +2,8 @@ CURRENT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) SRC += halcyon.c +LTO_ENABLE ?= yes + ifndef HLC_CIRQUE_TRACKPAD #add any other pointing devices here # Needed otherwise pointing devices will not work POINTING_DEVICE_ENABLE = yes