logo

qmk_firmware

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

post_rules.mk (203B)


  1. ifeq ($(strip $(TRACKPOINT)), yes)
  2. PS2_MOUSE_ENABLE = yes
  3. PS2_ENABLE = yes
  4. PS2_DRIVER = usart
  5. OPT_DEFS += -DUSART
  6. endif
  7. ifeq ($(strip $(AUTO_BUTTONS)), yes)
  8. OPT_DEFS += -DAUTO_BUTTONS
  9. endif