2
0

Makefile 226 B

12345678
  1. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  2. COMMAND_ENABLE = no # Commands for debug and configuration
  3. RGBLIGHT_ENABLE ?= yes
  4. MIDI_ENABLE ?= no
  5. ifndef MAKEFILE_INCLUDED
  6. include ../../../Makefile
  7. endif