88338a9b3c
* Make it easier to test split code with ZMK Uno hardware by adding a split left/right setup as well.
20 lines
269 B
Plaintext
20 lines
269 B
Plaintext
/*
|
|
* 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 = <2>;
|
|
};
|
|
|
|
&right_encoder {
|
|
status = "okay";
|
|
};
|