speaker working, midi out

This commit is contained in:
Jack Humbert 2015-08-29 11:54:38 -04:00
parent d63c2e3995
commit 91176d854b
7 changed files with 130 additions and 124 deletions

View file

@ -52,7 +52,8 @@ TARGET_DIR = .
SRC = keymap_common.c \
matrix.c \
led.c \
backlight.c
backlight.c \
beeps.c
ifdef KEYMAP
SRC := keymaps/keymap_$(KEYMAP).c $(SRC)