Makefile 286 B

123456789
  1. # Having a file like this allows you to override Makefile definitions
  2. # for your own particular keymap
  3. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  4. COMMAND_ENABLE = no # Commands for debug and configuration
  5. ifndef QUANTUM_DIR
  6. include ../../../../Makefile
  7. endif