rules.mk 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. # MCU name
  2. MCU = STM32F303
  3. # Bootloader selection
  4. BOOTLOADER = stm32-dfu
  5. # Build Options
  6. # change to "no" to disable the options, or define them in the Makefile in
  7. # the appropriate keymap folder that will get included automatically
  8. #
  9. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  10. MOUSEKEY_ENABLE = yes # Mouse keys
  11. EXTRAKEY_ENABLE = yes # Audio control and System control
  12. CONSOLE_ENABLE = yes # Console for debug
  13. COMMAND_ENABLE = yes # Commands for debug and configuration
  14. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  15. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  16. AUDIO_ENABLE = yes # Audio output
  17. RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
  18. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  19. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  20. ENCODER_ENABLE = yes
  21. RGB_MATRIX_DRIVER = IS31FL3737
  22. LAYOUTS = ortho_4x12 planck_mit
  23. LAYOUTS_HAS_RGB = no
  24. RGB_MATRIX_SUPPORTED = yes
  25. RGBLIGHT_SUPPORTED = no
  26. BAKCLIGHT_SUPPORTED = no