Rework and expand Pointing Device support (#14343)

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
This commit is contained in:
Drashna Jaelre
2021-11-14 22:03:24 -08:00
committed by GitHub
parent 462c3a6151
commit 56e3f06a26
60 changed files with 2107 additions and 1705 deletions

View File

@@ -1,9 +1,6 @@
# MCU name
MCU = atmega32u4
# Processor frequency
F_CPU = 16000000
# Bootloader selection
BOOTLOADER = atmel-dfu
@@ -22,9 +19,10 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = adns5050
MOUSEKEY_ENABLE = no # Mouse keys
QUANTUM_LIB_SRC += analog.c
SRC += drivers/sensors/adns5050.c opt_encoder.c
SRC += opt_encoder.c
DEFAULT_FOLDER = ploopyco/trackball_mini/rev1_001