qmk-dactyl-manuform-a/common
tmk 0ca415004a Fix bootloader jump use word address
- Call of function pointer is compiled into 'icall' instruction.
It should use word address but it has used byte address :( It seems
jump has worked luckily by chance until now. why it worked?
2013-09-18 16:10:53 +09:00
..
action.c Add mechanical locking switch support for NumLock and ScrollLock 2013-07-23 10:56:03 +09:00
action.h
action_code.h Fix action macros 2013-09-11 14:05:05 +09:00
action_layer.c
action_layer.h
action_macro.c Add support for macro media/system keys 2013-07-23 07:53:18 +09:00
action_macro.h Add support for macro media/system keys 2013-07-23 07:53:18 +09:00
action_oneshot.c
action_oneshot.h
action_tapping.c Fix tapping count over flow(issue #52) 2013-07-29 22:18:42 +09:00
action_tapping.h
backlight.c
backlight.h
bootloader.c Fix bootloader jump use word address 2013-09-18 16:10:53 +09:00
bootloader.h
bootmagic.c Add bootmagic salt key to avoid accidental configuration 2013-07-24 00:41:28 +09:00
bootmagic.h Add bootmagic salt key to avoid accidental configuration 2013-07-24 00:41:28 +09:00
command.c Add version string 2013-09-11 13:44:54 +09:00
command.h
debug.h
debug_config.h
eeconfig.c Add BACKLIGHT_ENABLE conditional 2013-06-23 09:14:58 +09:00
eeconfig.h Add BACKLIGHT_ENABLE conditional 2013-06-23 09:14:58 +09:00
host.c Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
host.h
host_driver.h
keyboard.c
keyboard.h
keycode.h Add mechanical locking switch support for NumLock and ScrollLock 2013-07-23 10:56:03 +09:00
keymap.c
keymap.h
led.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h
report.h Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.c
sleep_led.h
suspend.c
suspend.h
timer.c
timer.h
uart.c
uart.h
util.c
util.h
xprintf.S
xprintf.h