Daniel Schaefer 15def1ac4b lotus: RP2040 UART driver isn't ready yet
https://github.com/qmk/qmk_firmware/issues/17744

Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-06 08:29:48 +08:00

18 lines
398 B
Makefile

VIA_ENABLE = yes
RAW_ENABLE = no
# Enabled in info.json
# EXTRAKEY_ENABLE = yes # Audio control and System control
# 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
# Custom matrix scanning code via ADC
CUSTOM_MATRIX = lite
SRC += matrix.c
SRC += factory.c
DEFAULT_FOLDER = lotus/ansi