Use hal/mcu conf

This commit is contained in:
VeyPatch 2024-12-24 13:55:29 +01:00
parent b69b8c00e3
commit b21425c33a
4 changed files with 19 additions and 9 deletions

View file

@ -11,6 +11,8 @@ QUANTUM_PAINTER_DRIVERS += st7789_spi surface
BACKLIGHT_ENABLE = yes
BACKLIGHT_DRIVER = pwm
HALCONFDIR += $(USER_PATH)/halconf.h
ifdef HLC_ENCODER
include $(USER_PATH)/hlc_encoder/rules.mk
endif