mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
45d60214f4
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: László Bácsi <lackac@lackac.hu> Co-authored-by: Joel Challis <git@zvecr.com>
11 lines
235 B
Makefile
11 lines
235 B
Makefile
MCU_LDSCRIPT = voyager
|
|
|
|
CUSTOM_MATRIX = lite
|
|
PROGRAM_CMD = $(call EXEC_DFU)
|
|
DFU_ARGS = -d 3297:0791 -a 0 -s 0x08002000:leave
|
|
DFU_SUFFIX_ARGS = -v 3297 -p 0791
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += matrix.c mcp23018.c
|
|
I2C_DRIVER_REQUIRED = yes
|