Fixed some LEDs of Q15 Max doesn't work

This commit is contained in:
lokher 2024-09-02 10:06:58 +08:00
parent abefc1d4a6
commit 664ae915b1
2 changed files with 2 additions and 9 deletions

View File

@ -30,8 +30,8 @@
# define SNLED23751_SPI_DIVISOR 16
# define SPI_DRIVER SPID1
/* Scan phase of led driver set as MSKPHASE_9CHANNEL(defined as 0x03 in snled27351.h) */
# define SNLED27351_PHASE_CHANNEL MSKPHASE_9CHANNEL
/* Scan phase of led driver set as MSKPHASE_12CHANNEL(defined as 0x03 in snled27351.h) */
# define SNLED27351_PHASE_CHANNEL MSKPHASE_12CHANNEL
/* Set LED driver current */
# define SNLED27351_CURRENT_TUNE \

View File

@ -77,10 +77,3 @@
#define FN_KEY_1 MO(4)
#define MATRIX_IO_DELAY 10
#if 1
#define UART_DEBUG_TRACE
#define DEBUG_PORT GPIOA
#define DEBUG_PIN 2
#endif