From 15def1ac4b7dedfcd5ce3958ac9fd5052b60a727 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Fri, 6 Jan 2023 08:29:48 +0800 Subject: [PATCH] lotus: RP2040 UART driver isn't ready yet https://github.com/qmk/qmk_firmware/issues/17744 Signed-off-by: Daniel Schaefer --- keyboards/lotus/config.h | 8 -------- keyboards/lotus/rules.mk | 2 -- 2 files changed, 10 deletions(-) diff --git a/keyboards/lotus/config.h b/keyboards/lotus/config.h index 4f9905a901..a2204395db 100644 --- a/keyboards/lotus/config.h +++ b/keyboards/lotus/config.h @@ -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 diff --git a/keyboards/lotus/rules.mk b/keyboards/lotus/rules.mk index c9e6f3b9d4..23f2126667 100644 --- a/keyboards/lotus/rules.mk +++ b/keyboards/lotus/rules.mk @@ -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