You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
785 B

  1. SRC += romus.c
  2. EXTRAFLAGS += -flto # Used to make code smaller
  3. # ENABLE
  4. UNICODE_ENABLE = yes # Used for unicode character emulation
  5. EXTRAKEY_ENABLE = yes # OS signals like volume control
  6. # DISABLE
  7. ifndef BLUETOOTH_ENABLE
  8. BLUETOOTH_ENABLE = no # No bluetooth
  9. endif
  10. COMMAND_ENABLE = no # Some bootmagic thing i dont use
  11. BOOTMAGIC_ENABLE = no # Access to EEPROM settings, not needed
  12. CONSOLE_ENABLE = no # Allows console output with a command
  13. SLEEP_LED_ENABLE = no # Breathes LED's when computer is asleep. Untested.
  14. NKRO_ENABLE = no # Default is 6KRO which is plenty
  15. MIDI_ENABLE = no # Untested feature
  16. KEY_LOCK_ENABLE = no # Allows locking any key. Not used
  17. # Disabling this makes it compile, i dont know why
  18. # VARIABLE_TRACE = no # Allows debugging variables