15 lines
266 B
Makefile
15 lines
266 B
Makefile
# Overridden build options from rev1
|
|
|
|
# Debug Options
|
|
CONSOLE_ENABLE = yes # Console for debug(+400)
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
|
|
|
|
|
|
|
|
# Do not edit past here
|
|
|
|
include keyboards/$(KEYBOARD)/post_rules.mk
|
|
|