Skip to content

Commit

Permalink
up/down
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Apr 30, 2024
1 parent 2abd872 commit 2dca5b7
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions config/arkenswoop.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* https://caksoylar.github.io/keymap-drawer?keymap_yaml=H4sIAAAAAAAC_8VWW3LaMBT9zypuSlslrcA8k-A-gZiExhAXTJ5NqQ0ieDC260cow9CPLqKr6Ba6maykAlsOJGRwm8yUGY8POkf3HknXdxSDckUUoVIDlejmELoa0Tsw1NweKHCl6B4BXesTGH8d9Ft9MlJNxe7w0CW2rTmcMyTEmqzFwLRhbNpuz2zpysj0XB7GjqVr9O3aHsFgm0OHhwyGtql7A4PiHAa35w1UCtOTaQiHEOi5ruXwHHdJ83tqom0OuLbSd8yRrtgczT5QrHjHVobE5lTdVLmBohncgXBaLUithiSUEoNOzDewFvhYA1h0rtIl0aXq1LtpWgHNTIuF08Om3JpZb2W-5VqZaRxiO9M4HdJVPH0WMg7nCCMMRxhEDCUMxxgOMOxj2MNQxpC48EVNDBUMBQwChkMMDQw1DHUMMobdQHKCQcJQxXCKAT2hMTkMZxiKGD5g-OiL4jCm5q5__qZ7NrLIdFMVw5lQDgIO2cQiikun93hwRgPV1Bf4hlQoCTPSUK4WJpYK0rE_TWzsV8ryAllrVgPSoEdF92GeXeYnkPGBbbpJKyZE4dBT3wO6_vELMSIRYTLaZunRTojyIUqiCLuL4kz_ko28eeiiUDb0kAvR1qqoK53GwlgvQvQsileOqVPhvHSIMg_1NfbHerSxTB6hGv6WC76GuyX5mq3wLVpVbOhLuB2fGXrFRs5D7gLNFecs2TqKUEaI_hh8HiKeoY3gvcmYd6xu0XcU6expX7l90u9DbhyiCUOfInadx-ciVwptY9ql4mqmwUcwKwplOYBNKQD1yt6-_NAPOWKD6RoRgu0eHtciyMTSxunmf2syNPvJ5g0uzeGjOXwWyeE_txupLhw9bj2t4mrCybRYup7Rni86qV6pyeFnfBvQuwQURWEufFH2m0vyprUwcXmbgR0G8gykkuHR3FnR8rTNRnFJ2tSStFkGcgxshWlTwV2HtsSFpyiDTRziBv_LKfqk6ZOZ4jS7tFSbsnA7XaQFLD8IehtUTdrH42DxcJ7KY0jnp6n6fNASdTocXNIumCpJVUmmWr9HRe-iqRwT8feIslSUZSK_Yy-o_gCtBRxTSgsAAA%3D%3D
*/

#include <behaviors.dtsi>
#include <behaviors/mouse_keys.dtsi>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>
Expand All @@ -22,6 +22,7 @@
#sensor-binding-cells = <2>;
bindings = <&msc>, <&msc>;
};

num_word: behavior_num_word {
compatible = "zmk,behavior-caps-word";
label = "NUM_WORD";
Expand All @@ -30,6 +31,7 @@
continue-list = <TAB BACKSPACE DELETE DOT COMMA LPAR RPAR STAR PLUS MINUS SLASH COLON COMMA PERIOD POUND PERCENT>;
ignore-numbers;
};

num_activate: num_activate {
compatible = "zmk,behavior-hold-tap";
label = "NUM_ACTIVATE";
Expand All @@ -39,12 +41,14 @@
tapping-term-ms = <200>;
global-quick-tap;
};

tap_currency: tap_currency {
compatible = "zmk,behavior-tap-dance";
label = "TAP_CURRENCY";
#binding-cells = <0>;
bindings = <&kp DOLLAR>, <&kp RA(NUMBER_5)>;
};

confirm_bt_reset: confirm_bt_reset {
compatible = "zmk,behavior-tap-dance";
label = "CONFIRM_BT_RESET";
Expand All @@ -61,6 +65,7 @@
<&none>,
<&bt BT_CLR>;
};

mod_d_quotes: mod_d_quotes {
compatible = "zmk,behavior-mod-morph";
label = "MOD_D_QUOTES";
Expand All @@ -69,6 +74,7 @@
#binding-cells = <0>;
mods = <(MOD_LALT)>;
};

mod_s_quote: mod_s_quote {
compatible = "zmk,behavior-mod-morph";
label = "MOD_S_QUOTE";
Expand All @@ -77,6 +83,7 @@
#binding-cells = <0>;
mods = <(MOD_LALT)>;
};

mod_grave: mod_grave {
compatible = "zmk,behavior-mod-morph";
label = "MOD_GRAVE";
Expand All @@ -85,6 +92,7 @@
#binding-cells = <0>;
mods = <(MOD_LALT)>;
};

mod_caret: mod_caret {
compatible = "zmk,behavior-mod-morph";
label = "MOD_CARET";
Expand All @@ -93,6 +101,7 @@
#binding-cells = <0>;
mods = <(MOD_LALT)>;
};

mod_tilde: mod_tilde {
compatible = "zmk,behavior-mod-morph";
label = "MOD_TILDE";
Expand All @@ -101,6 +110,7 @@
#binding-cells = <0>;
mods = <(MOD_LALT)>;
};

nav_activate: nav_activate {
compatible = "zmk,behavior-hold-tap";
label = "NAV_ACTIVATE";
Expand All @@ -109,6 +119,7 @@
#binding-cells = <2>;
tapping-term-ms = <200>;
};

shift_activate: shift_activate {
compatible = "zmk,behavior-hold-tap";
label = "SHIFT_ACTIVATE";
Expand All @@ -117,6 +128,7 @@
#binding-cells = <2>;
tapping-term-ms = <200>;
};

symbol_activate: symbol_activate {
compatible = "zmk,behavior-hold-tap";
label = "SYMBOL_ACTIVATE";
Expand All @@ -125,6 +137,7 @@
#binding-cells = <2>;
tapping-term-ms = <200>;
};

mod_tilde_caret: mod_tilde_caret {
compatible = "zmk,behavior-mod-morph";
label = "MOD_TILDE_CARET";
Expand Down Expand Up @@ -292,54 +305,63 @@
#binding-cells = <0>;
bindings = <&kp DQT &kp A>;
};

umlaut_o: umlaut_o {
compatible = "zmk,behavior-macro";
label = "UMLAUT_O";
#binding-cells = <0>;
bindings = <&kp DQT &kp O>;
};

umlaut_u: umlaut_u {
compatible = "zmk,behavior-macro";
label = "UMLAUT_U";
#binding-cells = <0>;
bindings = <&kp DQT &kp U>;
};

umlaut_s: umlaut_s {
compatible = "zmk,behavior-macro";
label = "UMLAUT_S";
#binding-cells = <0>;
bindings = <&kp RIGHT_ALT &kp RA(S)>;
};

real_d_quotes: real_d_quotes {
compatible = "zmk,behavior-macro";
label = "REAL_D_QUOTES";
#binding-cells = <0>;
bindings = <&kp DQT &kp SPACE>;
};

real_s_quote: real_s_quote {
compatible = "zmk,behavior-macro";
label = "REAL_S_QUOTE";
#binding-cells = <0>;
bindings = <&kp SQT &kp SPACE>;
};

real_grave: real_grave {
compatible = "zmk,behavior-macro";
label = "REAL_GRAVE";
#binding-cells = <0>;
bindings = <&kp GRAVE &kp SPACE>;
};

real_caret: real_caret {
compatible = "zmk,behavior-macro";
label = "REAL_CARET";
#binding-cells = <0>;
bindings = <&kp CARET &kp SPACE>;
};

real_tilde: real_tilde {
compatible = "zmk,behavior-macro";
label = "REAL_TILDE";
#binding-cells = <0>;
bindings = <&kp TILDE &kp SPACE>;
};

nvim_top: nvim_top {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
Expand All @@ -360,7 +382,7 @@
>;

sensor-bindings =
<&inc_dec_mwh SCROLL_Y(-100) SCROLL_Y(100)>,
<&inc_dec_mwh SCROLL_UP SCROLL_DOWN>,
<&inc_dec_kp LC(LS(R)) U>;
};

Expand Down

0 comments on commit 2dca5b7

Please sign in to comment.