mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
12 lines
269 B
Makefile
12 lines
269 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
|
|
|
|
DEFAULT_FOLDER = mechwild/sugarglider/wide_oled
|