mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 21:45:18 -05:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_SNAP_LEFT
|
|
def_bool $(shields_list_contains,snap_left)
|
|
|
|
config SHIELD_SNAP_RIGHT
|
|
def_bool $(shields_list_contains,snap_right)
|