logo

qmk_firmware

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

post_rules.mk (569B)


  1. ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
  2. OPT_DEFS += -DWATCHDOG_ENABLE
  3. endif
  4. # # Set the LFK78 hardware version. This is defined in rules.mk, but can be overidden here if desired
  5. # #
  6. # # RevB - first public release, uses atmega32u4, has audio, ISSI matrix split between RGB and backlight
  7. # # RevC/D - at90usb1286, no audio, ISSI device 0 is backlight, 4 is RGB
  8. # #
  9. # # Set to B, C or D
  10. # LFK_REV = D
  11. # ifeq ($(LFK_REV), B)
  12. # MCU = atmega32u4
  13. # else
  14. # MCU = at90usb1286
  15. # endif
  16. # OPT_DEFS += -DLFK_REV_$(LFK_REV)
  17. # OPT_DEFS += -DUSB_PRODUCT=\"LFK_Rev$(LFK_REV)\"