From dea1932dd31f81af4cf6a0db9ce643dc67f75bcd Mon Sep 17 00:00:00 2001 From: Ryan Johnston <135160579+Glitch860@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:05:00 -0400 Subject: [PATCH] Add files via upload Adding the defconfig to repo. last push didn't update the file. --- config/boards/shields/48Key/Kconfig.defconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/boards/shields/48Key/Kconfig.defconfig diff --git a/config/boards/shields/48Key/Kconfig.defconfig b/config/boards/shields/48Key/Kconfig.defconfig new file mode 100644 index 0000000..3505022 --- /dev/null +++ b/config/boards/shields/48Key/Kconfig.defconfig @@ -0,0 +1,6 @@ +if SHIELD_48KEY + + config ZMK_KEYBOARD_NAME + default "48Key" + +endif \ No newline at end of file