rules.mk 1.0 KB

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