Skip to content

Commit

Permalink
Updated combos
Browse files Browse the repository at this point in the history
  • Loading branch information
Woop91 authored Oct 22, 2023
1 parent ffe2756 commit 182900a
Showing 1 changed file with 24 additions and 89 deletions.
113 changes: 24 additions & 89 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/ext_power.h>
#include <dt-bindings/zmk/backlight.h>
#include <dt-bindings/zmk/rgb.h>


//-------------------------------------------------------COMBO-1-----------------------------------------------------------------------------------------------

Expand All @@ -31,142 +35,60 @@
key-positions = <0 1>;
bindings = <&kp ESC>;
};
};
};

//-----------------------------------------------------COMBO 2-------------------------------------------------------------------------------------------------

//---------------------------------------------------------COMBO-3---------------------------------------------------------------------------------------------

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


combo_money {
timeout-ms = <50>;
key-positions = <18 30>;
bindings = <&kp DLLR>;
};
};
};

//-------------------------------------------------------COMBO-4----------------------------------------------------------------------------------------------

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

combo_and {
timeout-ms = <50>;
key-positions = < 13 15>;
bindings = <&kp AMPERSAND>;
};
};
};

//-----------------------------------------------------COMBO-5------------------------------------------------------------------------------------------------

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

combo_AT {
timeout-ms = <50>;
key-positions = < 12 13>;
bindings = <&kp AT_SIGN>;
};
};
};

//-------------------------------------------------------COMBO-6----------------------------------------------------------------------------------------------

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

combo_EXCL {
combo_EXCL {
timeout-ms = <50>;
key-positions = < 21 22>;
bindings = <&kp EXCLAMATION>;
};
};
};

//------------------------------------------------------COMBO-7-----------------------------------------------------------------------------------------------

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

combo_htag {
combo_htag {
timeout-ms = <50>;
key-positions = < 6 7>;
bindings = <&kp EXCLAMATION>;
};
};
};

//-------------------------------------------------------COMBO-8----------------------------------------------------------------------------------------------

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

combo_fdel {
combo_fdel {
timeout-ms = <50>;
key-positions = < 9 10>;
bindings = <&kp EXCLAMATION>;
};
};
};

//--------------------------------------------------------COMBO-9---------------------------------------------------------------------------------------------

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

combo_qwerty {
combo_qwerty {
timeout-ms = <50>;
key-positions = <1 2 3 4 >;
bindings = <&tog 3 CLCK>;
};
};
};

//-------------------------------------------------------COMBO-10----------------------------------------------------------------------------------------------

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

combo_BC {
combo_BC {
timeout-ms = <50>;
key-positions = <15 16>;
bindings = <&kp LEFT_PARENTHESIS>;
};
};
};

//--------------------------------------------------------COMBO-11---------------------------------------------------------------------------------------------

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

combo_BB {
combo_BB {
timeout-ms = <50>;
key-positions = <19 20>;
bindings = <&kp RIGHT_PARENTHESIS>;
};
};
};

//--------------------------------------------------------COMBO-12---------------------------------------------------------------------------------------------

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

combo_fnbt {
timeout-ms = <50>;
Expand All @@ -176,8 +98,21 @@
};
};

//-----------------------------------------------------COMBO 2-------------------------------------------------------------------------------------------------
//---------------------------------------------------------COMBO-3---------------------------------------------------------------------------------------------
//-------------------------------------------------------COMBO-4----------------------------------------------------------------------------------------------
//-----------------------------------------------------COMBO-5------------------------------------------------------------------------------------------------
//-------------------------------------------------------COMBO-6----------------------------------------------------------------------------------------------
//------------------------------------------------------COMBO-7-----------------------------------------------------------------------------------------------
//-------------------------------------------------------COMBO-8----------------------------------------------------------------------------------------------
//--------------------------------------------------------COMBO-9---------------------------------------------------------------------------------------------
//-------------------------------------------------------COMBO-10----------------------------------------------------------------------------------------------
//--------------------------------------------------------COMBO-11---------------------------------------------------------------------------------------------
//--------------------------------------------------------COMBO-12---------------------------------------------------------------------------------------------
//------------------------------------------------------------------END OF COMBOS------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------------------------------------------


//-------------------------------------------------------BEHAVIORS-----------------------------------------------------------------------------------------------

/ {
Expand Down

0 comments on commit 182900a

Please sign in to comment.