Browse Source

Add additional definitions

led_matrix
Kai Ryu 10 years ago
parent
commit
dbf5430c5f
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      keyboard/gh60/Makefile

+ 4
- 1
keyboard/gh60/Makefile View File

@@ -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.