mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-25 19:38:56 +02:00
10 lines
220 B
Makefile
10 lines
220 B
Makefile
# Cirque touchpad settings
|
|
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi # Pointing Device Driver
|
|
|
|
# Custom matrix setup
|
|
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += mcp23018.c matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|