rules.mk 800 B

1234567891011121314151617181920212223
  1. OLED_ENABLE = yes
  2. OLED_DRIVER = SSD1306 # Enables the use of OLED displays
  3. ENCODER_ENABLE = yes # ENables the use of one or more encoders
  4. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  5. RGBLIGHT_STARTUP_ANIMATION = no
  6. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  7. MOUSEKEY_ENABLE = no # Mouse keys
  8. EXTRAKEY_ENABLE = yes # Audio control and System control
  9. CONSOLE_ENABLE = no # Console for debug
  10. COMMAND_ENABLE = no # Commands for debug and configuration
  11. NKRO_ENABLE = yes # USB Nkey Rollover
  12. UNICODE_ENABLE = no # Unicode
  13. KEY_LOCK_ENABLE = no
  14. BOOTLOADER = hid
  15. BOOTLOADER_SIZE = 512
  16. PROGRAM_CMD = $(HID_BOOTLOADER_CLI) -mmcu=$(MCU) -w -v $(BUILD_DIR)/$(TARGET).hex
  17. # TAP_DANCE_ENABLE = yes
  18. WPM_ENABLE = yes
  19. SWAP_HANDS_ENABLE = yes