rules.mk 869 B

123456789101112131415161718
  1. # Build Options
  2. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  3. MOUSEKEY_ENABLE = yes # Mouse keys
  4. EXTRAKEY_ENABLE = yes # Audio control and System control
  5. CONSOLE_ENABLE = yes # Console for debug
  6. COMMAND_ENABLE = no # Commands for debug and configuration
  7. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  8. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  9. # if NKRO_ENABLE doesn't work, see here:
  10. # https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  11. NKRO_ENABLE = yes # USB Nkey Rollover
  12. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  13. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  14. BLUETOOTH_ENABLE = no # Enable Bluetooth
  15. AUDIO_ENABLE = yes # Audio output
  16. KEY_LOCK_ENABLE = yes
  17. DEBOUNCE_TYPE = sym_defer_pk