diff options
author | David Barr <dpbarr@gmail.com> | 2020-10-02 14:16:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 14:16:59 +0100 |
commit | 38a418a1d16707d721d85900c0c7c637cd1795a3 (patch) | |
tree | 8925376579e79817f9e467143bbc5cdb035bd818 /app/boards/shields/cradio/Kconfig.defconfig | |
parent | 17bee0223aa90037896d3a83d08fe01db1cab97b (diff) |
updates as per PR changes (i hope)
Diffstat (limited to 'app/boards/shields/cradio/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/cradio/Kconfig.defconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/boards/shields/cradio/Kconfig.defconfig b/app/boards/shields/cradio/Kconfig.defconfig index ab38e25..46799b9 100644 --- a/app/boards/shields/cradio/Kconfig.defconfig +++ b/app/boards/shields/cradio/Kconfig.defconfig @@ -1,10 +1,9 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + config ZMK_KEYBOARD_NAME default "cradio" -# 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 |