You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
235 B

  1. MCU_LDSCRIPT = voyager
  2. CUSTOM_MATRIX = lite
  3. PROGRAM_CMD = $(call EXEC_DFU)
  4. DFU_ARGS = -d 3297:0791 -a 0 -s 0x08002000:leave
  5. DFU_SUFFIX_ARGS = -v 3297 -p 0791
  6. VPATH += drivers/gpio
  7. SRC += matrix.c mcp23018.c
  8. I2C_DRIVER_REQUIRED = yes