Skip to content

Commit

Permalink
fix redefine
Browse files Browse the repository at this point in the history
  • Loading branch information
hikkidev committed Mar 2, 2024
1 parent 158bb10 commit 02746c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/kyria_rev3.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

// OS Hotkeys

// GUI (Windows / Command / Meta)
#define GUI LGUI
// KbGUI (Windows / Command / Meta)
#define OSM LGUI
#define MOD(keycode) LG(keycode)

#define OS_EN MOD(LA(N1))
Expand Down Expand Up @@ -38,7 +38,7 @@
#define ENTER_OS_NAV &os_nav ENTER


#define GUI_AND_SYS_NAV &mom L_SYS_NAV GUI
#define MOD_AND_SYS_NAV &mom L_SYS_NAV OSM

#define SHFT &skqht LSHIFT LSHIFT
#define CTRL &skqht LCTRL LCTRL
Expand Down Expand Up @@ -85,7 +85,7 @@
tapping-term-ms = <100>; // duration.short2
quick-tap-ms = <0>;
flavor = "tap-preferred";
bindings = <GUI_AND_SYS_NAV>, <&kp>;
bindings = <MOD_AND_SYS_NAV>, <&kp>;
};

/**
Expand Down

0 comments on commit 02746c5

Please sign in to comment.