rules.mk 759 B

12345678910111213141516171819202122
  1. # MCU name
  2. MCU = STM32F303
  3. # Build Options
  4. # change yes to no to disable
  5. #
  6. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  7. MOUSEKEY_ENABLE = no # Mouse keys
  8. EXTRAKEY_ENABLE = yes # Audio control and System control
  9. CONSOLE_ENABLE = yes # Console for debug
  10. COMMAND_ENABLE = no # Commands for debug and configuration
  11. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  12. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  13. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  14. AUDIO_ENABLE = yes
  15. USE_I2C = no
  16. RGBLIGHT_ENABLE = yes
  17. ENCODER_ENABLE = yes
  18. OLED_DRIVER_ENABLE = yes
  19. UNICODE_ENABLE = yes
  20. SRC += ds1307.c taphold.c