rules.mk 1.0 KB

1234567891011121314151617181920212223
  1. MCU = STM32F303
  2. BOARD = QMK_PROTON_C
  3. BOOTLOADER =
  4. BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
  5. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  6. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  7. CONSOLE_ENABLE = yes # Console for debug(+400)
  8. COMMAND_ENABLE = yes # Commands for debug and configuration
  9. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  10. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  11. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  12. NKRO_ENABLE = yes # USB Nkey Rollover
  13. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
  14. MIDI_ENABLE = no # MIDI controls
  15. UNICODE_ENABLE = yes # Unicode
  16. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  17. AUDIO_ENABLE = yes # Audio output on port C6
  18. RGBLIGHT_ENABLE = yes # RGB Enable / Disable
  19. RGBLIGHT_STARTUP_ANIMATION = yes
  20. HAPTIC_ENABLE = SOLENOID