rules.mk 883 B

12345678910111213141516171819202122232425
  1. SRC += tap_tog.c
  2. SRC += issmirnov.c
  3. # https://www.reddit.com/r/olkb/comments/bmpgjm/programming_help/
  4. # Should shave 2000 bytes
  5. LTO_ENABLE = yes
  6. # Enable debugging only when needed.
  7. CONSOLE_ENABLE = yes # +400 bytes (hid_listen support)
  8. # Enable combo keys for vim usage.
  9. # https://github.com/qmk/qmk_firmware/blob/master/docs/feature_combo.md
  10. COMBO_ENABLE = yes
  11. # This allows the keyboard to tell the host OS that up to 248 keys are held down at once
  12. NKRO_ENABLE = no # note: also needs FORCE_NKRO in config.h
  13. # Disable unused features to save on space
  14. # https://thomasbaart.nl/2018/12/01/reducing-firmware-size-in-qmk/
  15. MOUSEKEY_ENABLE = no # 2000 bytes
  16. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  17. COMMAND_ENABLE = no # https://beta.docs.qmk.fm/features/feature_command
  18. UNICODE_ENABLE = no # Unicode
  19. SWAP_HANDS_ENABLE = no # Allow swapping hands of keyboard