summaryrefslogtreecommitdiff
path: root/board/nyan/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/nyan/board.h')
-rw-r--r--board/nyan/board.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/nyan/board.h b/board/nyan/board.h
index c43c664943..47752d9c2f 100644
--- a/board/nyan/board.h
+++ b/board/nyan/board.h
@@ -32,9 +32,6 @@ enum module_id {
MODULE_CHIPSET,
};
-/* By default, enable all console messages except keyboard */
-#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
-
/* Keyboard output port list */
#define KB_OUT_PORT_LIST GPIO_A, GPIO_B, GPIO_C