logo

qmk_firmware

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

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. # 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