rules.mk 741 B

1234567891011121314151617181920212223242526
  1. # MCU name
  2. MCU = STM32F103
  3. MCU_LDSCRIPT = m12og_v1
  4. BOARD = m12og_v1
  5. # Bootloader selection
  6. BOOTLOADER = custom
  7. # Build Options
  8. # change yes to no to disable
  9. #
  10. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  11. MOUSEKEY_ENABLE = no # Mouse keys
  12. EXTRAKEY_ENABLE = yes # Audio control and System control
  13. CONSOLE_ENABLE = no # Console for debug
  14. COMMAND_ENABLE = no # Commands for debug and configuration
  15. NKRO_ENABLE = no # Enable N-Key Rollover
  16. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  17. RGBLIGHT_ENABLE = yes # HAS TO BE ON! Otherwise the custom matrix doesn't work
  18. AUDIO_ENABLE = no # Audio output
  19. LTO_ENABLE = yes
  20. CUSTOM_MATRIX = lite
  21. SRC += matrix.c