Add user horrortroll in userspace (#19769)

This commit is contained in:
HorrorTroll
2023-04-03 05:24:04 +07:00
committed by GitHub
parent 27e6e27d3a
commit d300811009
37 changed files with 258 additions and 1280 deletions

View File

@@ -0,0 +1,6 @@
VIA_ENABLE = yes
RGB_MATRIX_CUSTOM_USER = yes
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
SRC += $(USER_PATH)/horrortroll.c
endif