zmk/app/boards/shields/zmk_uno/zmk_uno_split.keymap

35 lines
712 B
Text

/*
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <behaviors.dtsi>
#include <dt-bindings/zmk/params.h>
// Uncomment the following lines if using the "Direct Wire" jumper to switch the matrix to a direct wire.
// / {
// chosen {
// zmk,physical-layout = &direct_physical_layout;
// };
// };
/ {
keymap {
compatible = "zmk,keymap";
default_layer {
bindings = <
&kp A &bl BL_TOG
&rgb_ug RGB_EFF &bt BT_CLR
&kp C &kp D
&kp E &kp F
>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
};
};
};