zmk/app/boards/shields/zmk_uno/zmk_uno_split_right.overlay
Peter Johanson 5fcf092901 refactor(shields): Set ZMK Uno physical layouts.
* Add physical layout definitions for uno and split uno shields.
2024-07-03 16:52:05 -06:00

19 lines
269 B
Text

/*
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "zmk_uno_split.dtsi"
&split_matrix_transform {
row-offset = <3>;
};
&split_direct_matrix_transform {
row-offset = <1>;
};
&right_encoder {
status = "okay";
};