rules.mk 1011 B

123456789101112131415161718192021222324
  1. # Build options
  2. BACKLIGHT_ENABLE = no # Switch LEDs
  3. MOUSEKEY_ENABLE = no # Emulates mouse key using keypresses
  4. RGBLIGHT_ENABLE = no # LED strips
  5. TAP_DANCE_ENABLE = no # Use multi-tap features
  6. AUDIO_ENABLE = no # Audio stuff
  7. BLUETOOTH_ENABLE = no # No bluetooth
  8. COMMAND_ENABLE = no # Some bootmagic thing
  9. BOOTMAGIC_ENABLE = no # Access to EEPROM settings, not needed
  10. CONSOLE_ENABLE = no # Allows console output with a command
  11. SLEEP_LED_ENABLE = no # Breathes LED's when computer is asleep. Untested.
  12. NKRO_ENABLE = no # Default is 6KRO which is plenty
  13. MIDI_ENABLE = no # Untested feature
  14. FAUXCLICKY_ENABLE = no # Emulates clicks using speaker
  15. KEY_LOCK_ENABLE = no # Allows locking any key. Not used
  16. API_SYSEX_ENABLE = no # Allows OS to send signals.
  17. KEY_LOCK_ENABLE = no # Allows locking any key. Not used
  18. UNICODE_ENABLE = no # Used for unicode character emulation
  19. EXTRAKEY_ENABLE = no # OS signals like volume control
  20. ifndef QUANTUM_DIR
  21. include ../../../../Makefile
  22. endif