mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 13:35:17 -05:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
# Copyright (c) 2020 Ryan Cross
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_SOFLE_LEFT
|
|
def_bool $(shields_list_contains,sofle_left)
|
|
|
|
config SHIELD_SOFLE_RIGHT
|
|
def_bool $(shields_list_contains,sofle_right)
|