mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
# Copyright (c) 2021 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
config SHIELD_REDOX_LEFT
|
|
def_bool $(shields_list_contains,redox_left)
|
|
|
|
config SHIELD_REDOX_RIGHT
|
|
def_bool $(shields_list_contains,redox_right)
|