Skip to content

Commit

Permalink
MINOR UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
Woop91 authored Oct 22, 2023
1 parent cfbe255 commit 9a4d99a
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*
* SPDX-License-Identifier: MIT
*/
//-------------------------------------------------------INCLUDE AREA-----------------------------------------------------------------------------------------------

#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
Expand All @@ -12,7 +13,7 @@
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/ext_power.h>

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

/ {
combos {
Expand All @@ -25,7 +26,7 @@
};
};

//------------------------------------------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------COMBO-2-------------------------------------------------------------------------------------------------
/ {
combos {
compatible = "zmk,combos";
Expand All @@ -37,8 +38,7 @@
};
};
};
//------------------------------------------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------------------------------------------
//---------------------------------------------------------COMBO-3---------------------------------------------------------------------------------------------
/ {
combos {
compatible = "zmk,combos";
Expand All @@ -53,7 +53,7 @@



//------------------------------------------------------------------------------------------------------------------------------------------------------
//-------------------------------------------------------COMBO-4----------------------------------------------------------------------------------------------
/ {
combos {
compatible = "zmk,combos";
Expand All @@ -66,7 +66,7 @@
};
};

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

/ {
combos {
Expand All @@ -81,7 +81,7 @@
};


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

/ {
combos {
Expand All @@ -96,7 +96,7 @@
};


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

/ {
combos {
Expand All @@ -111,7 +111,7 @@
};


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

/ {
combos {
Expand All @@ -125,7 +125,7 @@
};
};

//------------------------------------------------------------------------------------------------------------------------------------------------------
//--------------------------------------------------------COMBO-9---------------------------------------------------------------------------------------------
/ {
combos {
compatible = "zmk,combos";
Expand All @@ -137,7 +137,7 @@
};
};

//------------------------------------------------------------------------------------------------------------------------------------------------------
//-------------------------------------------------------COMBO-10----------------------------------------------------------------------------------------------
/ {
combos {
compatible = "zmk,combos";
Expand All @@ -150,7 +150,7 @@
};
};

//------------------------------------------------------------------------------------------------------------------------------------------------------
//--------------------------------------------------------COMBO-11---------------------------------------------------------------------------------------------
/ {
combos {
compatible = "zmk,combos";
Expand All @@ -167,6 +167,7 @@



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

/ {
behaviors {
Expand All @@ -183,12 +184,13 @@

macros {
};
//-------------------------------------------------------------------------------------------------------------------------------------------------------

keymap {
compatible = "zmk,keymap";

default_layer {
// -----------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// | TAB | Q | W | F | P Print| B | | J | L | U | Y | ; | BKSP |
// | CAPS Shift | A | R | S | T | G | | M | N | E | I | O | ' |
// | CTRL | Z Redo | X Undo | C Cut | D Copy | V Paste | | K | H | , | . | / | ALT |
Expand All @@ -203,22 +205,22 @@
};

layer_above {
// -----------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// | ~ | ! | @ | # | $ | % | | * | 7 | 8 | 9 | | BKSP |
// | & | _ | \ | "|" | | CLR | | - | 4 | 5 | 6 | 0 | |
// | ?? | | | , | . | = | | + | 1 | 2 | 3 | / | ALT |
// | | | ESC | | SPC | ALTE/NT | 0 |

bindings = <
&kp TILDE &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp KP_MULTIPLY &kp N7 &kp N8 &kp N9 &trans &kp BSPC
&kp AMPS &kp UNDER &kp BSLH &kp PIPE &trans &kp KP_CLEAR &kp PLUS &kp N4 &kp N5 &kp N6 &kp N0 &trans
&kp K_APP &tog 3 &trans &kp COMMA &kp DOT &kp EQUAL &kp MINUS &kp N1 &kp N2 &tp DOT N3 &kp LBRC &kp LALT
&kp AMPS &kp UNDER &kp BSLH &kp PIPE &trans &kp KP_CLEAR &kp MINUS &kp N4 &kp N5 &kp N6 &kp N0 &trans
&kp K_APP &tog 3 &trans &kp COMMA &kp DOT &kp EQUAL &kp PLUS &kp N1 &kp N2 &tp DOT N3 &kp LBRC &kp LALT
&mo 1 &mo 2 &kp ESC &kp SPACE &tp LALT RET &kp N0
>;
};

layer_below {
// -----------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// | TAB | PG_up | BWRSR BCK | UP | BWRSR FWD | bRIGHTNESS - | | BRI_UP | Prev | | Next | PNTSCRN | |
// | CAPS Shift | PG_dwn | LFT | DWN | RGT | PRINT SCREEN | | | RW | PP | FF | LEFT | RIGHT |
// | CONTROL | REDO | UNDO | CUT | COPY | PASTE | | | VOL - | MUTE | VOL +| | |
Expand Down

0 comments on commit 9a4d99a

Please sign in to comment.