Commit graph

9 commits

Author SHA1 Message Date
tmk
002537b8ea core: Add mousekey support to ACTION_KEY() #675
ACT_MOUSEKEY can be removed but kept for backward compatibility.
Mousekeys work with ACTION_KEY(), ACTION_MODS_KEY(), ACTION_MODS_TAP_KEY() now.
But not completely with ACTION_LAYER_TAP_KEY(),
layer_param_bit_op { OP_TAP_TOGGLE, OP_ON_OFF, OP_OFF_ON, OP_SET_CLEAR }
overlaps with mousekeys KC_MS_* paritally(F0-F3).
2023-07-08 12:57:35 +09:00
tmk
6795e8fc0e core: Add keycode MACE and MACJ for macOS
Mac key 英数(eisuu) and かな(kana) send usage LANG2(0x91) and  LANG1(0x90)
respectively, and macOS uses them for English-Japanese input switching.
This gives the usages aliase as MACE and MACJ.
https://github.com/tmk/tmk_keyboard/wiki/FAQ-Keymap#japanese-jis-keys
2022-01-10 14:53:11 +09:00
tmk
dd316b990f core: Add HID usage for Display Brightness Control 2020-05-11 21:58:50 +09:00
tmk
698c957cad core: Add short name for keycode KP_00 and KP_000 2019-11-12 15:38:31 +09:00
tmk
83b90f4b6f core: Add AC_BTLD to actionmap and unimap
Now that it can jump to bootloader with AC_BTLD
2019-09-17 20:55:35 +09:00
Aldo Gunsing
54a1934607 core: Fix typo in definition AC_g 2016-11-14 23:30:06 +01:00
tmk
e84a5981e3 core: Add unimap support 2016-08-29 13:54:44 +09:00
tmk
e5cb8469af core: action codes are action_t struct now 2016-08-29 13:54:44 +09:00
tmk
5e9b21d77d core: Actionmap support 2016-03-03 16:18:19 +09:00