ergodox-firmware/firmware/lib/timer/options.mk
Ben Blazak 71d541be2f made lists use pointers again :/ didn't know what i was doing...
and fixed a tiny little logic bug in ...exec_key()

and now scheduling works as expected! :D for all three timers!!!
2013-05-24 21:48:45 -07:00

17 lines
593 B
Makefile

# -----------------------------------------------------------------------------
# Copyright (c) 2013 Ben Blazak <benblazak.dev@gmail.com>
# Released under The MIT License (see "doc/licenses/MIT.md")
# Project located at <https://github.com/benblazak/ergodox-firmware>
# -----------------------------------------------------------------------------
## description
# timer options
#
# This file is meant to be included by '.../firmware/makefile'
#
SRC += $(wildcard $(CURDIR)/*.c)
SRC += $(wildcard $(CURDIR)/device/$(MCU).c)