rules.mk 666 B

1234567891011121314151617
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  5. MOUSEKEY_ENABLE = yes # Mouse keys
  6. EXTRAKEY_ENABLE = yes # Audio control and System control
  7. CONSOLE_ENABLE = yes # Console for debug
  8. COMMAND_ENABLE = yes # Commands for debug and configuration
  9. CUSTOM_MATRIX = yes # Custom matrix file (taken and adapted from the ErgoDox EZ to handle custom number of columns)
  10. NKRO_ENABLE = yes # Enable N-Key Rollover
  11. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  12. AUDIO_ENABLE = no # Audio output
  13. RGBLIGHT_ENABLE = no
  14. # project specific files
  15. SRC = i2c_master.c \
  16. matrix.c