qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

rules.mk (349B)


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