mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 17:35:30 +00:00
6 lines
207 B
Makefile
6 lines
207 B
Makefile
# only uncomment on the side you have your trackball on
|
|
POINTING_DEVICE_ENABLE = yes
|
|
SRC += drivers/sensors/pimoroni_trackball.c
|
|
QUANTUM_LIB_SRC += i2c_master.c
|
|
OLED_DRIVER_ENABLE = yes
|
|
MOUSEKEY_ENABLE = no
|