rules.mk 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. # If you have Left LEDs (see
  2. # https://geekhack.org/index.php?topic=22780.msg873819#msg873819 for
  3. # details), include the following define:
  4. OPT_DEFS += -DLEFT_LEDS
  5. # Build Options
  6. # change yes to no to disable
  7. #
  8. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  9. MOUSEKEY_ENABLE = yes # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = no # Console for debug
  12. COMMAND_ENABLE = yes # Commands for debug and configuration
  13. NKRO_ENABLE = yes # Enable N-Key Rollover
  14. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  15. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  16. AUDIO_ENABLE = no # Audio output
  17. CUSTOM_MATRIX = lite # Custom matrix file for the BAJJAK
  18. UNICODE_ENABLE = yes # Unicode
  19. SWAP_HANDS_ENABLE = yes # Allow swapping hands of keyboard
  20. # Disable unsupported hardware
  21. BACKLIGHT_SUPPORTED = no
  22. AUDIO_SUPPORTED = no
  23. DEBOUNCE_TYPE = sym_eager_pr
  24. # project specific files
  25. SRC += matrix.c
  26. QUANTUM_LIB_SRC += i2c_master.c