You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
914 B

  1. # Processor frequency
  2. F_CPU = 8000000
  3. # Build Options
  4. # change yes to no to disable
  5. #
  6. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  7. MOUSEKEY_ENABLE = no # Mouse keys
  8. EXTRAKEY_ENABLE = yes # Audio control and System control
  9. CONSOLE_ENABLE = no # Console for debug
  10. COMMAND_ENABLE = yes # Commands for debug and configuration
  11. NKRO_ENABLE = no # Enable N-Key Rollover
  12. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  13. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  14. AUDIO_ENABLE = no # Audio output
  15. LTO_ENABLE = yes # Reduce firmware size
  16. BLUETOOTH_ENABLE = yes
  17. BLUETOOTH_DRIVER = custom
  18. VIA_ENABLE = yes # VIA support should be enabled here due to the main() loop will be compiled first.
  19. SRC += usart.c ble.c
  20. OPT_DEFS += -DUART_RX1_BUFFER_SIZE=16 -DUART_TX1_BUFFER_SIZE=16
  21. OPT_DEFS += -DUSART1_ENABLED