qmk_firmware/tmk_core/common
Joe Martin b91ffba4be added in waits from tmk for locking switches
fixes 
..
avr Include host.h from suspend.c
chibios Clueboard 60% support ()
mbed Added User Print - A "light" console out option ()
test Add wait support for tests
action.c added in waits from tmk for locking switches
action.h Add one-hand support.
action_code.h Fix documentation for TMK actions
action_layer.c Fix compilation error when NO_ACTION_LAYER is defined.
action_layer.h Fix bug fix attempt
action_macro.c stops forcing debug_action
action_macro.h Add support for various tapping macros
action_tapping.c Adding permissive_hold
action_tapping.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
action_util.c Fix problems with undefined inlines in debug mode
action_util.h Move functions for adding keys from to reports to report.h
backlight.c Make sure that the backlight level is within the right range
backlight.h Backlight Breathing for Planck and Atomic
bootloader.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
bootmagic.c Use keyboard config for nkro ()
bootmagic.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
command.c Simplified and polished a bit the code changes on tmk_core
command.h Warning reductions ()
debug.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
debug.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
eeconfig.c Add support for GeminiPR steno protocol.
eeconfig.h Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14).
eeprom.h Emulate eeprom
host.c Use keyboard config for nkro ()
host.h Use keyboard config for nkro ()
host_driver.h cleaning up midid
keyboard.c Generic Pointing Device ()
keyboard.h improvements
keycode.h some major steps toward making the usb-usb converter work
led.h Backlight abstraction and other changes ()
magic.c Use keyboard config for nkro ()
magic.h MAGIC functionality, AG swap in default layout
matrix.h Minor cleanup
mousekey.c Remove floating point calculation in mouse move. Saves approx 650 bytes if no other floating point used.
mousekey.h Make MOUSEKEY_MOVE_MAX and MOUSEKEY_WHEEL_MAX configurable
nodebug.h Backlight Breathing for Planck and Atomic
print.c Add ChibiOS support for QMK ()
print.h Added User Print - A "light" console out option ()
progmem.h Fix program mem functionality
raw_hid.h Initial version of Raw HID interface
report.c Move functions for adding keys from to reports to report.h
report.h Move functions for adding keys from to reports to report.h
sendchar.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
sendchar_null.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
sendchar_uart.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
sleep_led.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
suspend.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
timer.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
uart.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
uart.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
util.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
util.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
virtser.h Added USB Virtual Serial support
wait.h Clueboard 60% support ()