mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 21:55:29 +00:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
# Copyright (c) 2023 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
config SHIELD_OWNKB_LEFT
|
|
def_bool $(shields_list_contains,ownkb_left)
|
|
|
|
config SHIELD_OWNKB_RIGHT
|
|
def_bool $(shields_list_contains,ownkb_right)
|