diff --git a/users/halcyon_modules/config.h b/users/halcyon_modules/config.h index c36bbb1e..40348a97 100644 --- a/users/halcyon_modules/config.h +++ b/users/halcyon_modules/config.h @@ -22,7 +22,7 @@ #define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B #if !defined(HLC_TFT_DISPLAY) - #define BACKLIGHT_PIN NO_PIN + #define BACKLIGHT_PIN GP2 //NOT CONNECTED #endif #if !defined(HLC_CIRQUE_TRACKPAD) diff --git a/users/halcyon_modules/rules.mk b/users/halcyon_modules/rules.mk index 336994f0..8a6cea7b 100644 --- a/users/halcyon_modules/rules.mk +++ b/users/halcyon_modules/rules.mk @@ -4,8 +4,6 @@ ERR_COLOR = $(strip $(call make_std_color,1)) SRC += halcyon.c -LTO_ENABLE ?= yes - # May need to be changed when adding more pointing devices POINTING_DEVICE_ENABLE = yes POINTING_DEVICE_DRIVER = cirque_pinnacle_spi