Allow system to power off, enable logging, change kbc logging from debug to trace
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user