Skip to content

Commit

Permalink
drivers: sn32f2xx: simplify name and location
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Jan 3, 2024
1 parent 456a43a commit e3f4c6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builddefs/common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
endif

ifeq ($(strip $(RGB_MATRIX_DRIVER)), sn32f2xx)
COMMON_VPATH += $(DRIVER_PATH)/led/sn32
SRC += rgb_matrix_sn32f2xx.c
COMMON_VPATH += $(DRIVER_PATH)/led
SRC += sn32f2xx.c
endif

ifeq ($(strip $(RGB_MATRIX_CUSTOM_KB)), yes)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e3f4c6d

Please sign in to comment.