Skip to content

Commit

Permalink
core: Add action code AC_STEJ
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Mar 19, 2024
1 parent 96f7be8 commit b5e5bfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmk_core/common/actionmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define AC_WWW_FAVORITES ACTION_USAGE_CONSUMER(APPCONTROL_BOOKMARKS)
#define AC_BRIGHTNESS_INC ACTION_USAGE_CONSUMER(BRIGHTNESS_INCREMENT)
#define AC_BRIGHTNESS_DEC ACTION_USAGE_CONSUMER(BRIGHTNESS_DECREMENT)
#define AC_MEDIA_STOP_EJECT ACTION_USAGE_CONSUMER(TRANSPORT_STOP_EJECT)

/* Mousekey */
#define AC_MS_UP ACTION_KEY(KC_MS_UP)
Expand Down Expand Up @@ -432,6 +433,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define AC_WFAV ACTION_USAGE_CONSUMER(APPCONTROL_BOOKMARKS)
#define AC_BRTI ACTION_USAGE_CONSUMER(BRIGHTNESS_INCREMENT)
#define AC_BRTD ACTION_USAGE_CONSUMER(BRIGHTNESS_DECREMENT)
#define AC_STEJ ACTION_USAGE_CONSUMER(TRANSPORT_STOP_EJECT)
/* Transparent */
#define AC_TRNS ACTION_KEY(KC_TRANSPARENT)

Expand Down

0 comments on commit b5e5bfc

Please sign in to comment.