rules.mk 408 B

123456789
  1. CONSOLE_ENABLE ?= no # Console for debug(+400)
  2. COMMAND_ENABLE ?= no # Commands for debug and configuration
  3. NKRO_ENABLE ?= no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  4. BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality
  5. RGBLIGHT_ENABLE ?= no
  6. ifndef QUANTUM_DIR
  7. include ../../../Makefile
  8. endif