Skip to content

Commit

Permalink
added the df combo to escape
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jul 31, 2024
1 parent 3349009 commit 813a29f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
#include <dt-bindings/zmk/keys.h>

/ {
combos {
compatible = "zmk,combos";

df_escape {
bindings = <&kp ESCAPE>;
key-positions = <15 16>;
layers = <0>;
};
};

keymap {
compatible = "zmk,keymap";

Expand Down

0 comments on commit 813a29f

Please sign in to comment.