Allow system to power off, enable logging, change kbc logging from debug to trace

This commit is contained in:
Jeremy Soller
2019-11-23 20:02:52 -07:00
parent 0426c066b6
commit bcd480ec85
4 changed files with 120 additions and 82 deletions

View File

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