9 lines
166 B
Makefile
9 lines
166 B
Makefile
# Build Options
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
|
|
|
# custom keyboard matrix
|
|
SRC += matrix.c
|
|
|
|
|