7 lines
131 B
Makefile
7 lines
131 B
Makefile
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
EXTRAKEY_ENABLE = no
|
|
BLUETOOTH_ENABLE = yes
|
|
BLUETOOTH_DRIVER = BluefruitLE
|
|
LTO_ENABLE = yes
|