You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
501 B

  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. VPATH += keyboards/gboards/
  12. ifeq ($(strip $(DEBUG_MATRIX)), yes)
  13. OPT_DEFS += -DDEBUG_MATRIX
  14. endif