Skip to content

Commit

Permalink
configure function keys
Browse files Browse the repository at this point in the history
  • Loading branch information
john-persson-polestar committed Jul 2, 2024
1 parent d4e3c6d commit 25cb173
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
#define DEFAULT 0
#define SWERTY 1
#define NUMBER 2
#define NAVIGATION 3
#define SYMBOLS 4
#define SYMBOLS_2 5
#define MISC 6
#define FUNCTION_KEYS 3
#define NAVIGATION 4
#define SYMBOLS 5
#define SYMBOLS_2 6
#define MISC 7

ZMK_CONDITIONAL_LAYER(NUMBER SYMBOLS, MISC)

Expand Down Expand Up @@ -55,7 +56,7 @@ ZMK_BEHAVIOR(hmr, hold_tap,
// ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤ ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤
&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
// ╰─────────────────────────┴─────────────────────────┴─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────╮ ╭─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┴─────────────────────────┴───────────────────────╯
&lt NAVIGATION ESC &mo NUMBER &kp BSPC &kp SPACE &lt SYMBOLS TAB &lt SYMBOLS_2 ENTER
&lt NAVIGATION ESC &hml Number &sl FUNCTION_KEYS &kp BSPC &kp SPACE &lt SYMBOLS TAB &lt SYMBOLS_2 ENTER
// ╰─────────────────────────┴─────────────────────────┴───────────────────────╯ ╰─────────────────────────┴─────────────────────────┴─────────────────────────╯
)

Expand Down Expand Up @@ -83,6 +84,18 @@ ZMK_LAYER(number_layer,
// ╰─────────────────────────┴─────────────────────────┴───────────────────────╯ ╰─────────────────────────┴─────────────────────────┴─────────────────────────╯
)

ZMK_LAYER(function_keys,
// ╭─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬───────────────────────╮ ╭─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬───────────────────────╮
&none &none &none &none &none &none &kp F10 &kp F7 &kp F8 &kp F9 &none &none
// ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤ ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤
&none &trans &trans &trans &trans &none &kp F11 &kp F4 &kp F5 &kp F6 &none &none
// ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤ ├─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────┤
&none &none &none &none &none &none &kp F12 &kp F1 &kp F2 &kp F3 &none &none
// ╰─────────────────────────┴─────────────────────────┴─────────────────────────┼─────────────────────────┼─────────────────────────┼───────────────────────╮ ╭─────────────────────────┼─────────────────────────┼─────────────────────────┼─────────────────────────┴─────────────────────────┴───────────────────────╯
&trans &trans &trans &trans &trans &trans
// ╰─────────────────────────┴─────────────────────────┴───────────────────────╯ ╰─────────────────────────┴─────────────────────────┴─────────────────────────╯
)

ZMK_LAYER(navigation_layer,
// ╭─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬───────────────────────╮ ╭─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬─────────────────────────┬───────────────────────╮
&none &none &none &none &none &none &none &kp END &kp HOME &none &none &none
Expand Down

0 comments on commit 25cb173

Please sign in to comment.