From cd8567071be4e24a28fdcb91b33ad4d9bf9186c8 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 5 Jan 2021 21:45:55 +0000 Subject: [PATCH] fix(tg4x): Fix tg4x keyboard name in Kconfig --- app/boards/shields/tg4x/Kconfig.defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/boards/shields/tg4x/Kconfig.defconfig b/app/boards/shields/tg4x/Kconfig.defconfig index ca9fa2c3..6312c080 100644 --- a/app/boards/shields/tg4x/Kconfig.defconfig +++ b/app/boards/shields/tg4x/Kconfig.defconfig @@ -4,6 +4,6 @@ if SHIELD_TG4X config ZMK_KEYBOARD_NAME - default "TG4X" + default "TG4x" -endif \ No newline at end of file +endif