瀏覽代碼

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.