mirror of https://github.com/zmkfirmware/zmk.git
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_ERGODASH_LEFT
|
|
def_bool $(shields_list_contains,ergodash_left)
|
|
select ZMK_STUDIO
|
|
select ZMK_STUDIO_TRANSPORT_BLE
|
|
|
|
config SHIELD_ERGODASH_RIGHT
|
|
def_bool $(shields_list_contains,ergodash_right)
|