This commit is contained in:
parent
45527b3a4a
commit
d2dd2960e6
2 changed files with 10 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
|
||||
#include <behaviors.dtsi>
|
||||
#include "macros.dtsi"
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
#include <dt-bindings/zmk/bt.h>
|
||||
|
||||
|
|
@ -89,6 +90,9 @@
|
|||
COMBO(left_brace, &kp LBRC, 2 11, DEF_L UPP_L SYM_L NUM_L)
|
||||
COMBO(right_brace, &kp RBRC, 5 14, DEF_L UPP_L SYM_L NUM_L)
|
||||
|
||||
/* Symbols */
|
||||
COMBO(esc, &kp ESC, 1 2, DEF_L)
|
||||
|
||||
/* Convenience */
|
||||
COMBO(esc, &kp ESC, 1 2, DEF_L)
|
||||
COMBO(ent, &kp ENTER, 13 14, DEF_L)
|
||||
|
|
@ -125,7 +129,7 @@
|
|||
label = "Nav";
|
||||
bindings = <
|
||||
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
|
||||
&kp F2 &kp F3 &kp F4 &kp F5 &kp PG_UP &kp HOME &kp UARW &kp END
|
||||
&kp F2 &kp F3 &kp F4 &kp F5 &kp PG_UP &kp HOME &kp END &none
|
||||
&sk LGUI &sk LALT &sk LCTRL &sk LSHFT &kp LC(Z) &kp PG_DN &kp LARW &kp DARW &kp UARW &kp RARW
|
||||
&kp F1 &kp LC(X) &kp LC(C) &kp LC(V) &kp TAB &kp DARW &key_repeat &caps_word
|
||||
// ╰─────────────┴─────────────┴─────────────╮ ╭─────────────┴─────────────┴─────────────╯
|
||||
|
|
|
|||
5
config/macros.dtsi
Normal file
5
config/macros.dtsi
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ZMK_MACRO(lte,
|
||||
wait-ms = <30>;
|
||||
tap-ms = <40>;
|
||||
bindings = <&kp LT &kp EQUAL>;
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue