diff options
| author | Dimitris Mantzouranis <d3xter93@gmail.com> | 2022-01-04 20:47:00 +0200 |
|---|---|---|
| committer | Dimitris Mantzouranis <d3xter93@gmail.com> | 2022-01-04 20:47:00 +0200 |
| commit | 7be782f9478e136b186b4ce39c867acb876cb2df (patch) | |
| tree | 1caef6d70100d8a2425099a3a2c83f39274c7b88 | |
| parent | 84a4280ddaeecf09e19cc7ba57c704675403bda1 (diff) | |
sn32: 24xb matrix: fix inclusion
| -rw-r--r-- | drivers/led/sn32/matrix_sn32f24xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/sn32/matrix_sn32f24xx.c b/drivers/led/sn32/matrix_sn32f24xx.c index 80edfeb8b..5c694e33d 100644 --- a/drivers/led/sn32/matrix_sn32f24xx.c +++ b/drivers/led/sn32/matrix_sn32f24xx.c @@ -29,7 +29,7 @@ Ported to QMK by Stephen Peery <https://github.com/smp4488/> #include "matrix.h" #include "debounce.h" #include "quantum.h" -#include "rgb_matrix_sn32f24xx.h" +#include "sn32f24xb.h" #if defined(OPTICAL_MATRIX) #ifndef PRESSED_KEY_PIN_STATE |
