forked from kofal.net/zmk
feat(shields): Add ZMK Uno split setup
* Make it easier to test split code with ZMK Uno hardware by adding a split left/right setup as well.
This commit is contained in:
committed by
Pete Johanson
parent
291bbc2257
commit
88338a9b3c
19
app/boards/shields/zmk_uno/zmk_uno_split_right.overlay
Normal file
19
app/boards/shields/zmk_uno/zmk_uno_split_right.overlay
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* 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";
|
||||
};
|
||||
Reference in New Issue
Block a user