9 lines
234 B
Text
9 lines
234 B
Text
# Copyright (c) 2021 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
config SHIELD_FOURIER_LEFT
|
|
def_bool $(shields_list_contains,fourier_left)
|
|
|
|
config SHIELD_FOURIER_RIGHT
|
|
def_bool $(shields_list_contains,fourier_right)
|