Skip to content

Commit

Permalink
change navi layer
Browse files Browse the repository at this point in the history
  • Loading branch information
ironhee committed Oct 18, 2024
1 parent 2b7c9f1 commit 70bfaae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/layers.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#define WIN_2 &kp LG(N2)
#define WIN_3 &kp LG(N3)
#define WIN_4 &kp LG(N4)
#define WIN_PREV &kp LC(LG(LEFT))
#define WIN_NEXT &kp LC(LG(RIGHT))
#define APP_PREV &kp LA(LS(TAB))
#define APP_NEXT &kp LA(TAB)
#define TAB_PREV &kp LC(LS(TAB))
#define TAB_NEXT &kp LC(TAB)

Expand All @@ -49,11 +49,11 @@ ZMK_LAYER(base_layer, /*

ZMK_LAYER(navi_layer, /*
╭────────────┬────────────┬────────────┬────────────┬────────────╮╭────────────┬────────────┬────────────┬────────────┬────────────╮
*/__________ __________ __________ __________ __________ __________ WIN_PREV TAB_PREV TAB_NEXT WIN_NEXT /*
*/__________ __________ __________ __________ __________ __________ WIN_1 WIN_2 WIN_3 WIN_4 /*
├────────────┼────────────┼────────────┼────────────┼────────────┤├────────────┼────────────┼────────────┼────────────┼────────────┤
*/__________ __________ __________ __________ __________ __________ &kp LEFT &kp DOWN &kp UP &kp RIGHT /*
├────────────┼────────────┼────────────┼────────────┼────────────┤├────────────┼────────────┼────────────┼────────────┼────────────┤
*/__________ __________ __________ __________ __________ __________ WIN_1 WIN_2 WIN_3 WIN_4 /*
*/__________ __________ __________ __________ __________ __________ APP_PREV TAB_PREV TAB_NEXT APP_NEXT /*
╰────────────┴────────────┴────────────┴────────────┴────────────╯╰────────────┴────────────┴────────────┴────────────┴────────────╯
╭────────────╮ ╭────────────┬────────────┬────────────╮╭────────────┬────────────┬────────────╮ ╭────────────╮
*/__________ __________ __________ __________ __________ __________ __________ __________ __________ __________/*
Expand Down

0 comments on commit 70bfaae

Please sign in to comment.