Skip to content

Commit

Permalink
Adds some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
snth authored Dec 30, 2024
1 parent f98da74 commit 1ef14cc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/

#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
Expand All @@ -14,7 +20,6 @@
#define NAV 9
#define UTL 10


/ {
chosen {
//zmk,matrix_transform = &default_transform;
Expand Down Expand Up @@ -62,6 +67,7 @@ behaviors {
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};

/* left-hand HRMs */
hml: homerow_mods_lhs {
compatible = "zmk,behavior-hold-tap";
Expand All @@ -75,6 +81,7 @@ behaviors {
hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 33 34 35>;
hold-trigger-on-release; // delay positional check until key-release
};

/* right-hand HRMs */
hmr: homerow_mods_rhs {
compatible = "zmk,behavior-hold-tap";
Expand Down Expand Up @@ -172,7 +179,6 @@ behaviors {
mods = <(MOD_LSFT|MOD_RSFT)>;
};


combos {
compatible = "zmk,combos";

Expand All @@ -183,6 +189,10 @@ behaviors {
// ( [ ] ) ~ LCK \ : > <
// |#####| { | } | " | ` | & | = | > | < |#####|


// LHS Combos
// ----------------------------------------------------------------------------------------------------------------------------

// LHS Vertical 2-key combos
combo2_7_vert {
timeout-ms = <50>;
Expand Down

0 comments on commit 1ef14cc

Please sign in to comment.