summaryrefslogtreecommitdiff
path: root/board/snow/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/snow/board.h')
-rw-r--r--board/snow/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/snow/board.h b/board/snow/board.h
index 67156dc0ec..dac98a22ed 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -17,6 +17,9 @@
/* use I2C for host communication */
#define CONFIG_I2C
+/* By default, enable all console messages except keyboard */
+#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
+
#define USB_CHARGE_PORT_COUNT 0
/* EC drives 13 outputs to keyboard matrix */