logo

qmk_firmware

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

rules.mk (636B)


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