Skip to content

Commit

Permalink
fix: 🐛 change layer help launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Mar 17, 2024
1 parent 8af1cd7 commit ac05ecd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions config/os/macos/layers.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

/* Helpers */
#define H_mCWR F13
#define F_mBAS LS(F14)
#define F_mDEV LS(F15)
#define F_mAXN LS(F16)
#define F_mFNK LS(F17)
#define F_mSTG LS(F18)
#define F_mBAS LG(LS(F14))
#define F_mDEV LG(LS(F15))
#define F_mAXN LG(LS(F16))
#define F_mFNK LG(LS(F17))
#define F_mSTG LG(LS(F18))
10 changes: 5 additions & 5 deletions config/os/windows/layers.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

/* Helpers */
#define H_wCWR F13
#define F_wBAS LS(F14)
#define F_wDEV LS(F15)
#define F_wAXN LS(F16)
#define F_wFNK LS(F17)
#define F_wSTG LS(F18)
#define F_wBAS LG(LS(F14))
#define F_wDEV LG(LS(F15))
#define F_wAXN LG(LS(F16))
#define F_wFNK LG(LS(F17))
#define F_wSTG LG(LS(F18))

0 comments on commit ac05ecd

Please sign in to comment.