blob: 4750e43a8c58b0be37e77f14b20b6d15d6899b04 (
plain)
1
2
3
4
5
6
7
8
|
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_BFO9000_LEFT
def_bool $(shields_list_contains,bfo9000_left)
config SHIELD_BFO9000_RIGHT
def_bool $(shields_list_contains,bfo9000_right)
|