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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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