Make it possible to change the key of ColorChord on ColorChord Embedded applications.

This commit is contained in:
cnlohr 2015-07-20 22:01:14 -04:00
parent 330c3da9bc
commit 87dbe51a52
4 changed files with 88 additions and 20 deletions

View file

@ -46,6 +46,8 @@ SRC = main.c \
$(STLIB)/src/misc.c \
$(STLIB)/src/stm32f4xx_dma.c \
$(STLIB)/src/stm32f4xx_spi.c \
$(STLIB)/src/stm32f4xx_syscfg.c \
$(STLIB)/src/stm32f4xx_exti.c \
$(STLIB)/src/stm32f4xx_rcc.c \
$(STLIB)/src/stm32f4xx_gpio.c \
../embeddedcommon/DFT32.c \