summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKemoNine <mcrosson@kemonine.info>2021-01-05 21:45:55 +0000
committerinnovaker <66737976+innovaker@users.noreply.github.com>2021-01-08 10:14:43 +0000
commitcd8567071be4e24a28fdcb91b33ad4d9bf9186c8 (patch)
treef216e33755f2a01aa4a25b30eb71641ef4e97551
parent3e4f2a3dc3555be055d1ae6f1ab91c246438008c (diff)
fix(tg4x): Fix tg4x keyboard name in Kconfig
-rw-r--r--app/boards/shields/tg4x/Kconfig.defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/boards/shields/tg4x/Kconfig.defconfig b/app/boards/shields/tg4x/Kconfig.defconfig
index ca9fa2c..6312c08 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