Skip to content

Commit

Permalink
Fix keymap drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Jan 10, 2025
1 parent 9f386d2 commit 332bef0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ ZMK_MACRO(leader_sft, bindings = <&sk LSHFT &leader>;)

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

#ifndef ZMK_BASE_LAYER
#define ZMK_BASE_LAYER(name, LT, RT, LM, RM, LB, RB, LH, RH) \
ZMK_LAYER(name, LT RT LM RM LB RB LH RH)
#endif

ZMK_BASE_LAYER(base,
//╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp Q &kp W &kp F &kp P &kp B , &kp J &kp L &kp U &kp Y &kp SQT ,
Expand Down

0 comments on commit 332bef0

Please sign in to comment.