fix changes

This commit is contained in:
VeyPatch 2024-10-29 15:03:07 +01:00
commit 6985f0b96d
2 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,6 @@
// Always the same // Always the same
#define SPLIT_MODS_ENABLE #define SPLIT_MODS_ENABLE
#define SPLIT_TRANSPORT_MIRROR
#define SPLIT_LED_STATE_ENABLE #define SPLIT_LED_STATE_ENABLE
#define SPLIT_LAYER_STATE_ENABLE #define SPLIT_LAYER_STATE_ENABLE
#ifndef HLC_ENCODER_A #ifndef HLC_ENCODER_A

View file

@ -2,6 +2,8 @@ CURRENT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
SRC += halcyon.c SRC += halcyon.c
LTO_ENABLE ?= yes
ifndef HLC_CIRQUE_TRACKPAD #add any other pointing devices here ifndef HLC_CIRQUE_TRACKPAD #add any other pointing devices here
# Needed otherwise pointing devices will not work # Needed otherwise pointing devices will not work
POINTING_DEVICE_ENABLE = yes POINTING_DEVICE_ENABLE = yes