浏览代码

Add additional definitions

led_matrix
Kai Ryu 10 年前
父节点
当前提交
dbf5430c5f
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      keyboard/gh60/Makefile

+ 4
- 1
keyboard/gh60/Makefile 查看文件

@@ -117,7 +117,10 @@ ifdef REV
OPT_DEFS += -DGH60_REV_$(REV)
endif

OPT_DEFS += -DBACKLIGHT_CUSTOM
# Additional definitions from command line
ifdef DEFS
OPT_DEFS += $(foreach DEF,$(DEFS),-D$(DEF))
endif

# Build Options
# comment out to disable the options.