rules.mk 748 B

123456789101112131415161718192021222324
  1. # project specific files
  2. SRC = matrix.c
  3. LAYOUTS += ortho_4x12
  4. # Cortex version
  5. MCU = STM32F303
  6. # Build Options
  7. # comment out to disable the options.
  8. #
  9. BACKLIGHT_ENABLE = no
  10. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  11. ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
  12. MOUSEKEY_ENABLE = yes # Mouse keys
  13. EXTRAKEY_ENABLE = yes # Audio control and System control
  14. CONSOLE_ENABLE = yes # Console for debug
  15. COMMAND_ENABLE = yes # Commands for debug and configuration
  16. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  17. NKRO_ENABLE = yes # USB Nkey Rollover
  18. CUSTOM_MATRIX = yes # Custom matrix file
  19. AUDIO_ENABLE = yes
  20. RGBLIGHT_ENABLE = no
  21. # SERIAL_LINK_ENABLE = yes
  22. ENCODER_ENABLE = yes