Skip to content

Commit

Permalink
change sys layer
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnveenman committed Jul 4, 2024
1 parent 5c574fc commit 41400cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ZMK_MACRO(win_sleep,

/* Keymap */

ZMK_CONDITIONAL_LAYER(FN NUM, SYS) // FN + NUM --> SYS
ZMK_CONDITIONAL_LAYER(FN NAV SYS) // FN + NUM --> SYS

ZMK_LAYER(base,
//╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
Expand All @@ -211,7 +211,7 @@ ZMK_LAYER(base,
//├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &comma_morph &dot_morph &qexcl
//╰─────────────┼─────────────┴─────────────┼─────────────┼─────────────┤├─────────────┼─────────────┼─────────────┴───────────────────────────╯
SMART_NUM &lt FN RET &lt_spc NAV 0 &smart_shft
SMART_NUM &lt FN RET &lt_spc NAV 0 &smart_shft
// ╰─────────────┴─────────────╯╰─────────────┴─────────────╯
)

Expand Down

0 comments on commit 41400cc

Please sign in to comment.