Adapt to unicode refactoring (#18345)

This commit is contained in:
Joshua Diamond
2022-09-12 16:32:52 -04:00
committed by GitHub
parent 55c637f28f
commit 7c49b8caa9
4 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
SRC += layer_rgb.c
endif
ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
SRC += unicode.c
SRC += spidey3_unicode.c
endif