logo

qmk_firmware

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

post_rules.mk (88B)


  1. UART_DEBUG ?= no
  2. ifeq ($(strip $(UART_DEBUG)), yes)
  3. OPT_DEFS += -DUART_DEBUG
  4. endif