diff options
author | Joel Challis <git@zvecr.com> | 2021-10-09 14:48:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:48:27 +0100 |
commit | dace4d5f0db758302c0df84a993583ca3cc46bbf (patch) | |
tree | 453281b7f4a7f0da17c923aa6eadd64526a4999a /common_features.mk | |
parent | 22cafb9a2046b0c6c7b9df8c719cd515bec4d798 (diff) | |
download | qmk_firmware-dace4d5f0db758302c0df84a993583ca3cc46bbf.tar.gz qmk_firmware-dace4d5f0db758302c0df84a993583ca3cc46bbf.zip |
Remove QWIIC_DRIVERS (#14174)
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common_features.mk b/common_features.mk index 3158706f8..3fe834219 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -613,8 +613,6 @@ ifeq ($(strip $(ST7565_ENABLE)), yes) | |||
613 | SRC += st7565.c | 613 | SRC += st7565.c |
614 | endif | 614 | endif |
615 | 615 | ||
616 | include $(DRIVER_PATH)/qwiic/qwiic.mk | ||
617 | |||
618 | ifeq ($(strip $(UCIS_ENABLE)), yes) | 616 | ifeq ($(strip $(UCIS_ENABLE)), yes) |
619 | OPT_DEFS += -DUCIS_ENABLE | 617 | OPT_DEFS += -DUCIS_ENABLE |
620 | UNICODE_COMMON := yes | 618 | UNICODE_COMMON := yes |