Disable i2c debug

This commit is contained in:
Jeremy Soller 2019-11-23 20:08:57 -07:00
parent bcd480ec85
commit e5d62c952d
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -3,11 +3,17 @@ EC=it8587e
# Add keymaps to include
INCLUDE+=$(wildcard $(BOARD_DIR)/keymap/*.h)
# Set debug level to debug
CFLAGS+=-DLEVEL=4
# Set log level
# 0 - NONE
# 1 - ERROR
# 2 - WARN
# 3 - INFO
# 4 - DEBUG
# 5 - TRACE
CFLAGS+=-DLEVEL=2
# Enable I2C debug on 0x76
CFLAGS+=-DI2C_DEBUGGER=0x76
#CFLAGS+=-DI2C_DEBUGGER=0x76
# Add scratch ROM source
SCRATCH_DIR=$(BOARD_DIR)/scratch