Skip to content

Commit

Permalink
2 combos
Browse files Browse the repository at this point in the history
  • Loading branch information
Woop91 authored Oct 21, 2023
1 parent 224e4fe commit a28a22a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,31 @@
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/ext_power.h>

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

combo_esc {
timeout-ms = <50>;
key-positions = <0 1>;
bindings = <&kp ESC>;
};
};
};
//------------------------------------------------------------------------------------------------------------------------------------------------------

/ {
combos {
compatible = "zmk,combos";
combo_BTclr {
timeout-ms = <50>;
key-positions = <18 19 20>;
bindings = <&bt BT_CLR>;
};
};
};
//------------------------------------------------------------------------------------------------------------------------------------------------------
/ {
behaviors {
tp: tap_preferred {
Expand Down

0 comments on commit a28a22a

Please sign in to comment.