Skip to content

Commit

Permalink
Run keymap upgrader
Browse files Browse the repository at this point in the history
  • Loading branch information
auipga authored Jan 5, 2025
1 parent 903efa6 commit 6b81411
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/hillside52.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
behaviors {
hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
#label = "HOMEROW_MODS";
#binding-cells = <2>;
tapping-term-ms = <200>;
quick_tap_ms = <200>;
Expand All @@ -49,7 +49,7 @@
};
sm: slow_mods {
compatible = "zmk,behavior-hold-tap";
label = "SLOW_HOMEROW_MODS";
#label = "SLOW_HOMEROW_MODS";
#binding-cells = <2>;
tapping-term-ms = <1000>;
quick_tap_ms = <300>;
Expand All @@ -58,7 +58,7 @@
};
sx: slow_mods2 {
compatible = "zmk,behavior-hold-tap";
label = "SLOW_HOMEROW_MODS2";
#label = "SLOW_HOMEROW_MODS2";
#binding-cells = <2>;
tapping-term-ms = <1000>;
quick_tap_ms = <300>;
Expand All @@ -67,7 +67,7 @@
};
capsing: tap_dance_caps_word_caps_lock {
compatible = "zmk,behavior-tap-dance";
label = "TAP_DANCE_CAPS";
#label = "TAP_DANCE_CAPS";
#binding-cells = <0>;
tapping-term-ms = <300>;
bindings = <&caps_word>, <&kp CAPS>;
Expand Down

0 comments on commit 6b81411

Please sign in to comment.