From 52ae1687355193a5fb00d451948cf67d360153bc Mon Sep 17 00:00:00 2001 From: zhiayang <500236+zhiayang@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:56:23 +0800 Subject: [PATCH] update to address PR --- app/drivers/gpio/Kconfig.max7318 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/drivers/gpio/Kconfig.max7318 b/app/drivers/gpio/Kconfig.max7318 index c945db33..d4e59f95 100644 --- a/app/drivers/gpio/Kconfig.max7318 +++ b/app/drivers/gpio/Kconfig.max7318 @@ -3,7 +3,7 @@ # Copyright (c) 2022 The ZMK Contributors # SPDX-License-Identifier: MIT -DT_COMPAT_ZMK_GPIO_MAX7318 := zmk,gpio-max7318 +DT_COMPAT_ZMK_GPIO_MAX7318 := zmk,max7318 menuconfig GPIO_MAX7318 bool "MAX7318 I2C-based GPIO chip"