Explorar el Código

Add additional definitions

led_matrix
Kai Ryu hace 10 años
padre
commit
dbf5430c5f
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      keyboard/gh60/Makefile

+ 4
- 1
keyboard/gh60/Makefile Ver fichero

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