Skip to content

Commit

Permalink
RGB Matrix: move SonixQMK headers for drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Jan 2, 2024
1 parent 0c1cb10 commit a6bcc9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantum/rgb_matrix/rgb_matrix_drivers.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
# include "snled27351.h"
#elif defined(RGB_MATRIX_WS2812)
# include "ws2812.h"
#elif defined(RGB_MATRIX_SN32F24XB)
# include "sn32f24xb.h"
#elif defined(RGB_MATRIX_SLED1734X)
# include "sled1734x.h"
#endif

typedef struct {
Expand Down

0 comments on commit a6bcc9c

Please sign in to comment.