rules.mk 1.0 KB

12345678910111213141516171819202122
  1. OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays
  2. ENCODER_ENABLE = yes # ENables the use of one or more encoders
  3. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  4. RGBLIGHT_STARTUP_ANIMATION = yes
  5. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  6. MOUSEKEY_ENABLE = no # Mouse keys
  7. EXTRAKEY_ENABLE = yes # Audio control and System control
  8. CONSOLE_ENABLE = no # Console for debug
  9. COMMAND_ENABLE = no # Commands for debug and configuration
  10. NKRO_ENABLE = no # USB Nkey Rollover
  11. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
  12. MIDI_ENABLE = no # MIDI support
  13. UNICODE_ENABLE = yes # Unicode
  14. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  15. AUDIO_ENABLE = no # Audio output on port C6
  16. FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
  17. HD44780_ENABLE = no # Enable support for HD44780 based LCDs
  18. BOOTLOADER = atmel-dfu
  19. SPLIT_TRANSPORT = mirror