tweaking keymap

This commit is contained in:
Kyle McCreery 2021-03-05 16:31:53 -10:00
parent 880ac0ea40
commit b355c759b9

View file

@ -9,7 +9,7 @@
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/ext_power.h>
#define TIMEOUT 100
#define TIMEOUT 300
&encoder_1 {
status = "okay";
@ -20,7 +20,7 @@
compatible = "zmk,combos";
combo_btclr {
timeout-ms = <TIMEOUT>;
key-positions = <1 25>;
key-positions = <1 6>;
bindings = <&bt BT_CLR>;
};
combo_reset {
@ -52,7 +52,7 @@
default_layer {
label = "default layer";
bindings = <
&none &kp F1 &kp F2 &kp F3 &kp F4
&none &kp TAB &kp F5 &kp LC(LA(C)) &kp LG(D)
&none &kp ESC &kp KP_DIVIDE &kp KP_MULTIPLY &kp KP_MINUS
&none &kp KP_N7 &kp KP_N8 &kp KP_N9 &kp KP_PLUS
&kp C_MUTE &kp KP_N4 &kp KP_N5 &kp KP_N6 &none
@ -66,10 +66,10 @@
fn_layer {
label = "fn layer";
bindings = <
&none &trans &trans &trans &trans
&none &trans &trans &trans &trans
&none &kp KP_NUM &trans &trans &trans
&none &trans &trans &trans &ext_power EP_ON
&trans &trans &trans &trans &none
&bt BT_CLR &trans &trans &trans &none
&trans &trans &trans &trans &ext_power EP_OFF
&kp DEL &trans &none &trans &none
>;