/* * Copyright (c) 2022 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include #include #include #include #include #include // Uncomment the following lines if using the "Direct Wire" jumper to switch the matrix to a direct wire. // &kscan_direct { status = "okay"; }; // &kscan_matrix { status = "disabled"; }; // / { // chosen { // zmk,matrix-transform = &direct_matrix_transform; // zmk,kscan = &kscan_direct; // }; // }; / { keymap { compatible = "zmk,keymap"; default_layer { bindings = < &kp A &bl BL_TOG &rgb_ug RGB_EFF &bt BT_CLR >; sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>; }; }; };