rules.mk 780 B

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