rules.mk 550 B

123456789101112
  1. #BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  2. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  3. #EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  4. #CONSOLE_ENABLE = yes # Console for debug(+400)
  5. #DEBUG_ENABLE = yes
  6. #COMMAND_ENABLE = yes # Commands for debug and configuration
  7. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  8. TAP_DANCE_ENABLE = yes
  9. ifndef QUANTUM_DIR
  10. include ../../../../Makefile
  11. endif