[Keyboard] Bug fixes and improvements to PloopyCo devices (#10573)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
555b1640b2
commit
33074bcbad
32 changed files with 536 additions and 61 deletions
|
@ -5,7 +5,7 @@ MCU = atmega32u4
|
|||
F_CPU = 8000000
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = caterina
|
||||
BOOTLOADER = qmk-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -27,4 +27,4 @@ POINTING_DEVICE_ENABLE = yes
|
|||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
|
||||
QUANTUM_LIB_SRC += analog.c spi_master.c
|
||||
SRC += pmw3600.c opt_encoder.c
|
||||
SRC += pmw3360.c opt_encoder.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue