mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-20 14:23:45 -04:00
0d401d1182
Co-authored-by: Deepak kudi <deepakkudi23@adsl-172-10-9-116.dsl.sndg02.sbcglobal.net>
9 lines
228 B
Makefile
9 lines
228 B
Makefile
# Copyright 2026 QMK
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
SRC += drivers/sensors/azoteq_iqs5xx.c
|
|
SRC += tests/pointing/azoteq_iqs5xx/azoteq_iqs5xx_mock.c
|
|
|
|
VPATH += $(QUANTUM_DIR)/pointing_device
|
|
VPATH += drivers/sensors
|