logo

qmk_firmware

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

post_rules.mk (109B)


  1. # Checking if WIDE_OLED
  2. ifeq ($(strip $(WIDE_OLED_ENABLE)), yes)
  3. OPT_DEFS += -DOLED_DISPLAY_128X64
  4. endif