mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-29 11:02:46 +01:00
8 lines
201 B
Makefile
8 lines
201 B
Makefile
# Wildcard to allow APM32 MCU
|
|
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
|
|
|
VPATH += keyboards/cannonkeys/lib/satisfaction75
|
|
SRC += satisfaction_encoder.c \
|
|
satisfaction_oled.c \
|
|
satisfaction_core.c
|