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