zmk/app/boards/shields/breeze/breeze_right.overlay
Idan Gazit 6a93d5da55
feat(shields): Add Breeze
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>
2022-04-20 22:40:32 -07:00

21 lines
No EOL
472 B
Text

/*
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "breeze.dtsi"
&default_transform {
row-offset = <5>;
};
&kscan0 {
row-gpios
= <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 18 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;
};