refactor: remove unused Kconfig files

This commit is contained in:
honorless 2023-12-30 18:05:25 -05:00 committed by Pete Johanson
parent c965e35140
commit 7ef6ec7560
2 changed files with 0 additions and 19 deletions

View file

@ -1,14 +0,0 @@
config ZMK_KEYBOARD_NAME
default "cradios"
# Unable to use interrupts as the same pin number is used
# across A & B controllers, and STM32F303CCT6 can't enable
# interrutps for multiple controllers for the same "line"
# for the external interrupts.
config ZMK_KSCAN_GPIO_POLLING
default y

View file

@ -1,5 +0,0 @@
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
config SHIELD_CRADIOS
def_bool $(shields_list_contains,cradios)