logo

qmk_firmware

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

rules.mk (520B)


  1. #----------------------------------------------------------------------------
  2. # make gboards/gergoplex:default:flash
  3. # Make sure you have dfu-programmer installed!
  4. #----------------------------------------------------------------------------
  5. #Debug options
  6. VERBOSE = no
  7. DEBUG_MATRIX_SCAN_RATE = no
  8. DEBUG_MATRIX = no
  9. CONSOLE_ENABLE = no
  10. #Combos!
  11. COMBO_ENABLE = yes
  12. VPATH += keyboards/gboards/
  13. ifeq ($(strip $(DEBUG_MATRIX)), yes)
  14. OPT_DEFS += -DDEBUG_MATRIX
  15. endif