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
45c7057b3b
core: Fix BTLD action for tap key
2023-03-02 09:52:41 +09:00
tmk
06d354c06b
core: Fix is_tap_key() #673
...
System and media control keys work well with
ACTION_MODS_TAP_KEY and ACTION_LAYER_TAP_KEY now.
2021-02-08 16:28:59 +09:00
tmk
02664fe72a
core: Fix TAP_KEY(CapsLock) for MacOS #659
2020-11-07 17:18:18 +09:00
tmk
ab083c7ecf
core: Clean up code of Locking key support
2020-11-07 17:17:13 +09:00
tmk
dd316b990f
core: Add HID usage for Display Brightness Control
2020-05-11 21:58:50 +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
tmk
2b83b9a8f9
core: Add hook_process_action()
2019-05-29 23:57:51 +09:00
tmk
d415e99f0c
core: Add utility type_code() in aciton.h #528
2018-01-28 16:17:20 +09:00
tmk
df7ce59d1c
core: Fix out-of-bounds access by TICK event #487
...
The error is caused in layer_swtich_get_action() and fails to access layer_pressed[][]
2017-10-22 03:43:04 +09:00
tmk
ba2883fd9a
core: Fix for stuck key problem #441
...
- Idea form https://github.com/qmk/qmk_firmware/pull/182
- Define NO_TRACK_KEY_PRESS to get old behaviour
- This should resolve #105 , #248 , #397 , #441 and FAQ entry: https://github.com/tmk/tmk_keyboard/wiki/FAQ-Keymap#modifierlayer-stuck
2017-05-30 15:25:26 +09:00
tmk
c0f0909051
core: Fix LAYER_MODS() and LAYER_TAP()
...
- LAYER_MODS() accepts either left or right modifiers
- LAYER_TAP() can use modifier as tap key, related to #422
2017-01-11 10:30:47 +09:00
tmk
c98e89f2d5
core: Modifiers can be used as tap key Fix #422
2017-01-04 12:51:13 +09:00
tmk
88c95615b9
core: Fix mechanical locking supoort #390
2016-09-26 08:51:45 +09:00
tmk
53bd4a01be
Merge commit '71381457fa1311dfa0b58ba882a96db740640871'
...
Conflicts:
tmk_core/doc/keymap.md
2016-04-21 14:37:16 +09:00
Jeff Gran
d60a9b9048
enable TAPPING_TOGGLE=1 to work correctly
...
if TAPPING_TOGGLE is 1, then tap a single time should toggle the mods on/off each tap.
Previously this was broken, this fixes it. This allows the same key to either hold (momentary mod) or tap (toggle mod, like capslock).
2015-12-05 18:11:21 +09:00
Jun Wako
1f4a22ee81
Remove unneeded tap delays #201
2015-04-23 20:18:01 +09:00
tmk
1a02ebcc61
Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
2015-04-10 01:32:04 +09:00