qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

rules.mk (220B)


      1 # Cirque touchpad settings
      2 POINTING_DEVICE_DRIVER = cirque_pinnacle_spi    # Pointing Device Driver
      3 
      4 # Custom matrix setup
      5 CUSTOM_MATRIX = lite
      6 
      7 VPATH += drivers/gpio
      8 SRC += mcp23018.c matrix.c
      9 I2C_DRIVER_REQUIRED = yes