Skip to content

Commit

Permalink
setup hyper key
Browse files Browse the repository at this point in the history
  • Loading branch information
john-persson-polestar committed Jul 3, 2024
1 parent d4e3c6d commit 67d609c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/keys_se.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,8 @@

/* € */
#define SE_EURO (LS(ZMK_HID_USAGE(HID_USAGE_KEY, HID_USAGE_KEY_KEYBOARD_4_AND_DOLLAR)))

#define HYPER_RIGHT (RS(RC(RA(LGUI))))
#define HYPER_LEFT (LS(LC(LA(RGUI))))


2 changes: 1 addition & 1 deletion config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ZMK_BEHAVIOR(hmr, hold_tap,
// ╭─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬───────────────────────╮ ╭─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬───────────────────────╮
&tog SWERTY &kp SE_Q &kp SE_W &kp SE_E &kp SE_R &kp SE_T &kp SE_Y &kp SE_U &kp SE_I &kp SE_O &kp SE_P &kp SE_CARET
// ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤ ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤
&kp CAPSLOCK &hml LGUI SE_A &hml LALT SE_S &hml LCTL SE_D &hml LSFT SE_F &kp SE_G &kp SE_H &hmr RSFT SE_J &hmr LCTL SE_K &hmr RALT SE_L &hmr RGUI SE_APOS &kp SE_TILDE
&kp CAPSLOCK &hml LGUI SE_A &hml LALT SE_S &hml LCTL SE_D &hml LSFT SE_F &hml HYPER_LEFT SE_G &hml HYPER_RIGHT SE_H &hmr RSFT SE_J &hmr LCTL SE_K &hmr RALT SE_L &hmr RGUI SE_APOS &kp SE_TILDE
// ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤ ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤
&none &kp SE_Z &kp SE_X &kp SE_C &kp SE_V &kp SE_B &kp SE_N &kp SE_M &kp SE_COMMA &kp SE_DOT &kp SE_MINUS &kp SE_ACUTE
// ╰─────────────────────────┴─────────────────────────┴─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────╮ ╭─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┴─────────────────────────┴───────────────────────╯
Expand Down

0 comments on commit 67d609c

Please sign in to comment.