Allow compilation with lower log level, change level to warn

This commit is contained in:
Jeremy Soller
2019-11-19 12:31:30 -07:00
parent eec73b0796
commit 055cb92844
4 changed files with 24 additions and 15 deletions

View File

@@ -3,8 +3,8 @@ EC=it8587e
# Add keymaps to include
INCLUDE+=$(wildcard $(BOARD_DIR)/keymap/*.h)
# Set debug level to debug
CFLAGS+=-DLEVEL=4
# Set debug level to warn
CFLAGS+=-DLEVEL=2
# Enable I2C debug on 0x76
# CFLAGS+=-DI2C_DEBUGGER=0x76