logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

rules.mk (796B)


  1. NO_REPEAT = no
  2. VERBOSE = yes
  3. KEYBOARD_SHARED_EP = yes
  4. #Firmware reduction options
  5. MOUSEKEY_ENABLE = yes # 1500 bytes
  6. NO_TAPPING = no # 2000 bytes
  7. NO_PRINT = yes
  8. #Debug options
  9. CONSOLE_ENABLE = no
  10. DEBUG_MATRIX_SCAN_RATE = no
  11. DEBUG_MATRIX = no
  12. ONLY_QWERTY = no
  13. # A bunch of stuff that you shouldn't touch unless you
  14. # know what you're doing.
  15. #
  16. # No touchy, capiche?
  17. ifeq ($(strip $(DEBUG_MATRIX)), yes)
  18. OPT_DEFS += -DDEBUG_MATRIX
  19. endif
  20. ifeq ($(strip $(NO_REPEAT)), yes)
  21. OPT_DEFS += -DNO_REPEAT
  22. endif
  23. ifeq ($(strip $(NO_PRINT)), yes)
  24. OPT_DEFS += -DNO_PRINT -DNO_DEBUG
  25. endif
  26. ifeq ($(strip $(ONLY_QWERTY)), yes)
  27. OPT_DEFS += -DONLYQWERTY
  28. endif
  29. ifeq ($(strip $(NO_TAPPING)), yes)
  30. OPT_DEFS += -DNO_ACTION_TAPPING
  31. endif
  32. SRC += sten.c