Remove spi config as it's default now from qmk main and move backlight config to halcyon.c as we always want that to happen (display on slave otherwise wouldn't turn off)
This commit is contained in:
parent
f81d2a9fa8
commit
aa7b5b89e1
6 changed files with 63 additions and 51 deletions
|
|
@ -8,11 +8,6 @@
|
|||
#define HLC_SPI_DEVICE
|
||||
#define HLC_TFT_DISPLAY
|
||||
|
||||
#define SPI_DRIVER SPID1
|
||||
#define SPI_SCK_PIN GP14
|
||||
#define SPI_MOSI_PIN GP15
|
||||
#define SPI_MISO_PIN GP12
|
||||
|
||||
// LCD Configuration
|
||||
#define LCD_RST_PIN GP26
|
||||
#define LCD_CS_PIN GP13
|
||||
|
|
@ -40,4 +35,4 @@
|
|||
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B
|
||||
|
||||
// Timeout configuration
|
||||
#define QUANTUM_PAINTER_DISPLAY_TIMEOUT 120000
|
||||
#define QUANTUM_PAINTER_DISPLAY_TIMEOUT HLC_BACKLIGHT_TIMEOUT
|
||||
Loading…
Add table
Add a link
Reference in a new issue