blob: 2993bdacc3b47591b799bce638d32293402b8d69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|