소스 검색

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.