rules.mk 520 B

123456789101112131415161718
  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