mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 13:35:17 -05:00
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
# Copyright (c) 2021 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_ZODIARK_LEFT
|
|
def_bool $(shields_list_contains,zodiark_left)
|
|
|
|
config SHIELD_ZODIARK_RIGHT
|
|
def_bool $(shields_list_contains,zodiark_right)
|