Skip to content

Commit

Permalink
Add new mandatory identifier to conditional_layer
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Aug 8, 2024
1 parent a3a0090 commit 084ec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ ZMK_MACRO(win_sleep,

/* Keymap */

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

ZMK_LAYER(base,
//╭──────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭──────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭──────╮
Expand Down

0 comments on commit 084ec61

Please sign in to comment.