diff --git a/app/boards/shields/boardsource5x12/Kconfig.defconfig b/app/boards/shields/boardsource5x12/Kconfig.defconfig index 870cf0ab..0f957e28 100644 --- a/app/boards/shields/boardsource5x12/Kconfig.defconfig +++ b/app/boards/shields/boardsource5x12/Kconfig.defconfig @@ -1,6 +1,6 @@ -if SHIELD_5X12 +if SHIELD_BOARDSOURCE5X12 config ZMK_KEYBOARD_NAME - default "5x12" + default "boardsource5x12" endif \ No newline at end of file diff --git a/app/boards/shields/boardsource5x12/boardsource5x12.conf b/app/boards/shields/boardsource5x12/boardsource5x12.conf deleted file mode 100644 index 3c442a27..00000000 --- a/app/boards/shields/boardsource5x12/boardsource5x12.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright (c) 2021 Felix Sargent -# SPDX-License-Identifier: MIT - -# Uncomment to enable USB logging -CONFIG_ZMK_USB_LOGGING=y \ No newline at end of file