mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-26 17:36:19 +00:00
4 lines
84 B
Makefile
4 lines
84 B
Makefile
|
|
ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes)
|
||
|
|
OPT_DEFS += -DIOS_DEVICE_ENABLE
|
||
|
|
endif
|