lotus: RP2040 UART driver isn't ready yet
https://github.com/qmk/qmk_firmware/issues/17744 Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
This commit is contained in:
parent
80b4bc533a
commit
15def1ac4b
@ -9,10 +9,6 @@
|
||||
// TODO: Figure out how to do that. Probably a script to compile qmk
|
||||
#define SERIAL_NUMBER "FRALDLvvccxxxxxxxx"
|
||||
|
||||
#define SERIAL_USART_FULL_DUPLEX
|
||||
#define SERIAL_USART_TX_PIN GP0
|
||||
#define SERIAL_USART_RX_PIN GP1
|
||||
|
||||
#ifdef KEYBOARD_lotus_ansi
|
||||
#define LED_CAPS_LOCK_PIN GP24
|
||||
#elif KEYBOARD_lotus_iso
|
||||
@ -24,10 +20,6 @@
|
||||
#elif KEYBOARD_lotus_gridpad
|
||||
#endif
|
||||
|
||||
#define SERIAL_DEBUG
|
||||
|
||||
#define WS2812_PIO_USE_PIO1
|
||||
|
||||
// PWM single one backlight configuration
|
||||
// The RP2040 datasheet says GPIO25 maps to PWM channel 4B
|
||||
// On the Raspberry Pi Pico this is the green LED on the board, good for prototyping
|
||||
|
||||
@ -4,8 +4,6 @@ RAW_ENABLE = no
|
||||
# Enabled in info.json
|
||||
# EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
|
||||
SERIAL_DRIVER = vendor
|
||||
|
||||
# Keep it enabled for all, at the moment. Because The rpi-pico has an LED that I can use for debugging
|
||||
BACKLIGHT_ENABLE = yes
|
||||
BACKLIGHT_DRIVER = pwm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user