2021-04-27 19:41:11 +02:00
|
|
|
# only uncomment on the side you have your trackball on
|
|
|
|
POINTING_DEVICE_ENABLE = yes
|
2021-06-21 22:00:11 +02:00
|
|
|
SRC += drivers/sensors/pimoroni_trackball.c
|
2021-04-27 19:41:11 +02:00
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|
2021-08-24 08:28:26 +02:00
|
|
|
OLED_ENABLE = yes
|
|
|
|
OLED_DRIVER = SSD1306
|
2021-04-27 19:41:11 +02:00
|
|
|
MOUSEKEY_ENABLE = no
|