tmk_keyboard/tmk_core/common
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
..
avr core: NO_KEYBOARD build option 2021-07-20 22:48:01 +09:00
chibios make some change to complie stm32_f103_onekey with new version of Chibios (#583) 2018-11-07 08:08:08 +09:00
mbed
action.c core: Add mousekey support to ACTION_KEY() #675 2023-07-08 12:57:35 +09:00
action.h core: Include action_layer.h 2023-03-22 23:11:43 +09:00
action_code.h core: Add mousekey support to ACTION_KEY() #675 2023-07-08 12:57:35 +09:00
action_layer.c core: Fix out-of-bounds access by TICK event #487 2017-10-22 03:43:04 +09:00
action_layer.h core: Fix for build option NO_ACTION_LAYER 2017-09-14 12:58:06 +09:00
action_macro.c
action_macro.h core: Add utility macros in action_macro.h (#532) 2018-01-29 08:10:35 +09:00
action_tapping.c core: Fix for stuck key problem #441 2017-05-30 15:25:26 +09:00
action_tapping.h
action_util.c core: Build option: NKRO_6KRO_ENABLE 2021-06-29 20:35:24 +09:00
action_util.h
actionmap.c core: Add unimap support 2016-08-29 13:54:44 +09:00
actionmap.h core: Add mousekey support to ACTION_KEY() #675 2023-07-08 12:57:35 +09:00
backlight.c
backlight.h
bootloader.h
bootmagic.c core: Build option: NKRO_6KRO_ENABLE 2021-06-29 20:35:24 +09:00
bootmagic.h
command.c core: Build option: NKRO_6KRO_ENABLE 2021-06-29 20:35:24 +09:00
command.h Fix header guard in tmk_core/common/command.h (#581) 2018-10-31 09:34:01 +09:00
debug.c
debug.h
eeconfig.h
hook.c core: NO_KEYBOARD build option 2021-07-20 22:48:01 +09:00
hook.h core: NO_KEYBOARD build option 2021-07-20 22:48:01 +09:00
host.c core: Mouse buttons state integration #101 2021-11-14 01:56:15 +09:00
host.h core: Build option: NKRO_6KRO_ENABLE 2021-06-29 20:35:24 +09:00
host_driver.h
keyboard.c core: Add default impl for led_set() 2020-05-30 15:20:05 +09:00
keyboard.h
keycode.h core: Add keycode MACE and MACJ for macOS 2022-01-10 14:53:11 +09:00
keymap.c core: Add mousekey support to ACTION_KEY() #675 2023-07-08 12:57:35 +09:00
keymap.h core: Fix keymap.h header for C++ 2021-06-30 17:04:08 +09:00
led.h
matrix.c core: Fix matrix_print() 2020-06-02 00:57:37 +09:00
matrix.h core: Change matrix_init and matrix_print 2016-10-08 13:13:48 +09:00
mousekey.c core: Mouse buttons state integration #101 2021-11-14 01:56:15 +09:00
mousekey.h core: Mouse buttons state integration #101 2021-11-14 01:56:15 +09:00
nodebug.h
print.c
print.h adb_usb: Initialize keyboard dynamically #671 2021-11-17 23:49:12 +09:00
progmem.h
report.h core: Build option: NKRO_6KRO_ENABLE 2021-06-29 20:35:24 +09:00
ringbuf.h ibmpc: ringbuf optimization for c 2021-07-07 23:13:15 +09:00
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.h core: Fix sleep_led 2016-10-12 14:35:53 +09:00
suspend.h core: Add hook_usb_startup_wait_loop 2019-05-29 14:50:56 +09:00
timer.h tmk_core/common/timer.h: Improve code generation for TIMER_DIFF* macros 2020-04-01 07:46:18 +03:00
uart.h
unimap.c core: Fix unimap translation range 2020-02-03 12:47:01 +09:00
unimap.h core: Add JPY to unimap position code 2022-04-25 22:37:52 +09:00
util.c
util.h usb_usb: Add multiple keyboard support 2016-06-21 13:49:06 +09:00
wait.h