rules.mk 433 B

123456789101112131415
  1. # QMK Build Options
  2. # change to "no" to disable the options, or define them in the Makefile in
  3. # the appropriate keymap folder that will get included automatically
  4. #
  5. CONSOLE_ENABLE = no # Enable debugging console
  6. COMMAND_ENABLE = no # Commands for debug and configuration
  7. TAP_DANCE_ENABLE = no # Tap Dance skills
  8. UNICODE_ENABLE = no # Unicode
  9. ifndef QUANTUM_DIR
  10. include ../../../../Makefile
  11. endif