From 80b01c726587780d3568c02fad8054c823020edb Mon Sep 17 00:00:00 2001 From: Dom H Date: Thu, 23 Sep 2021 07:10:36 +0100 Subject: refactor(shield): "Architeuthis Dux" to "A. Dux" The shorter name is more user-friendly. --- .../shields/architeuthis_dux/Kconfig.defconfig | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 app/boards/shields/architeuthis_dux/Kconfig.defconfig (limited to 'app/boards/shields/architeuthis_dux/Kconfig.defconfig') diff --git a/app/boards/shields/architeuthis_dux/Kconfig.defconfig b/app/boards/shields/architeuthis_dux/Kconfig.defconfig deleted file mode 100644 index 29a403f..0000000 --- a/app/boards/shields/architeuthis_dux/Kconfig.defconfig +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (c) 2021 The ZMK Contributors -# SPDX-License-Identifier: MIT - -if SHIELD_ARCHITEUTHIS_DUX_LEFT - -config ZMK_KEYBOARD_NAME - default "Architeuthis Dux" - -config ZMK_SPLIT_BLE_ROLE_CENTRAL - default y - -endif - -if SHIELD_ARCHITEUTHIS_DUX_RIGHT - -config ZMK_KEYBOARD_NAME - default "A. Dux Right" - -endif - -if SHIELD_ARCHITEUTHIS_DUX_LEFT || SHIELD_ARCHITEUTHIS_DUX_RIGHT - -config ZMK_SPLIT - default y - -endif -- cgit v1.2.3