mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-04 08:21:08 -04:00
4f7a7873c8
Format code according to conventions
6 lines
96 B
Makefile
6 lines
96 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += pca9555.c matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|