sony: Add buzzer support

This commit is contained in:
tmk 2023-11-06 19:28:02 +09:00
parent 7daa4f1b8f
commit c37774d159
3 changed files with 37 additions and 9 deletions

View file

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