Add a shield definition for the Breeze split keyboard from Afternoon labs. This is for the standard breeze variant, with the arrow keys present on the right half but not the left. Definition is based in part on an abandoned PR by @devries: https://github.com/zmkfirmware/zmk/pull/735 Signed-off-by: Idan Gazit <idan@gazit.me> Co-authored-by: devriesp <devriesp@users.noreply.github.com> Signed-off-by: Idan Gazit <idan@gazit.me>
8 lines
No EOL
228 B
Text
8 lines
No EOL
228 B
Text
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_BREEZE_LEFT
|
|
def_bool $(shields_list_contains,breeze_left)
|
|
|
|
config SHIELD_BREEZE_RIGHT
|
|
def_bool $(shields_list_contains,breeze_right) |