qmk_firmware/tmk_core/common
Colin T.A. Gray 1620d78e73 helper to compare current layer_state to user layer
Performs the same bit comparison that the layer_move
functions perform
..
avr Updates bootloader settings, adds file size check ()
chibios Clueboard 60% support ()
mbed Added User Print - A "light" console out option ()
test Add wait support for tests
action.c RETRO_TAPPING ()
action.h Add one-hand support.
action_code.h Fix documentation for TMK actions
action_layer.c helper to compare current layer_state to user layer
action_layer.h helper to compare current layer_state to user layer
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 RETRO_TAPPING ()
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 I found a typo!
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 add pgm_read_dword for Infinity ErgoDox
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 ()