13 lines
281 B
Makefile
13 lines
281 B
Makefile
# only uncomment on the side you have your trackball on
|
|
POINTING_DEVICE_ENABLE = yes
|
|
POINTING_DEVICE_DRIVER = pimoroni_trackball
|
|
OLED_ENABLE = yes
|
|
MOUSEKEY_ENABLE = yes
|
|
|
|
ENCODER_ENABLE = yes
|
|
|
|
TAP_DANCE_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
BOOTLOADER = rp2040
|
|
CONVERT_TO = promicro_rp2040
|