rules.mk 556 B

12345678910111213141516171819
  1. # MCU frequency
  2. F_CPU = 8000000
  3. # Build Options
  4. # change yes to no to disable
  5. #
  6. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  7. MOUSEKEY_ENABLE = yes # Mouse keys
  8. EXTRAKEY_ENABLE = yes # Audio control and System control
  9. CONSOLE_ENABLE = no # Console for debug
  10. COMMAND_ENABLE = yes # Commands for debug and configuration
  11. NKRO_ENABLE = no # USB Nkey Rollover
  12. # Disable bluetooth until the UART code is merged
  13. BLUETOOTH_DRIVER = BluefruitLE
  14. # Custom matrix file for the HHKB
  15. CUSTOM_MATRIX = lite
  16. SRC += matrix.c