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.

14 lines
349 B

  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. CUSTOM_MATRIX = yes # Custom matrix file for the HHKB
  5. # project specific files
  6. SRC = matrix.c
  7. # debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
  8. # debug-on: all
  9. # debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
  10. # debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
  11. # debug-off: all