news: Remove news.c and use serial_uart.c instead

This commit is contained in:
tmk 2023-11-07 23:25:11 +09:00
parent b7188acd4f
commit b072fb26de
5 changed files with 18 additions and 245 deletions

View file

@ -10,7 +10,7 @@ TARGET_DIR = .
# keyboard dependent files
SRC = matrix.c \
tone.c \
news.c
protocol/serial_uart.c
CONFIG_H = config.h