forked from kofal.net/zmk
fix(shields): Proper cradio Kconfig setup.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_CRADIO
|
||||
def_bool $(shields_list_contains,cradio)
|
||||
config SHIELD_CRADIO_LEFT
|
||||
def_bool $(shields_list_contains,cradio_left)
|
||||
|
||||
config SHIELD_CRADIO_RIGHT
|
||||
def_bool $(shields_list_contains,cradio_right)
|
||||
|
||||
Reference in New Issue
Block a user