From 025a372ad59ed0cd0c2c6368d9b179afe4b9535d Mon Sep 17 00:00:00 2001 From: Felix Sargent Date: Mon, 14 Jun 2021 16:57:26 -0700 Subject: [PATCH] Fix copyright, remove debug logging, consistent naming. --- app/boards/shields/boardsource5x12/Kconfig.defconfig | 4 ++-- app/boards/shields/boardsource5x12/boardsource5x12.conf | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 app/boards/shields/boardsource5x12/boardsource5x12.conf 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