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
846 B

  1. # Configure for 128K flash
  2. MCU_LDSCRIPT = STM32F103xB
  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 = no # Commands for debug and configuration
  11. NKRO_ENABLE = yes # Enable N-Key Rollover
  12. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  13. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  14. AUDIO_ENABLE = no # Audio output
  15. # Enter lower-power sleep mode when on the ChibiOS idle thread
  16. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
  17. # RGB Matrix enabled
  18. RGB_MATRIX_ENABLE = yes
  19. # Wear-levelling driver
  20. EEPROM_DRIVER = wear_leveling
  21. WEAR_LEVELING_DRIVER = embedded_flash