2023-03-15 16:49:14 +01:00
|
|
|
# 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
|
2023-10-13 08:25:32 +02:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|
2023-03-15 16:49:14 +01:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = mechwild/sugarglider/wide_oled
|