qmk_firmware/tmk_core/common
Fred Sundvik 8c2ae4a470 Fix reset for STM32 devices
..
avr Updates bootloader settings, adds file size check ()
chibios Fix reset for STM32 devices
mbed Added User Print - A "light" console out option ()
test Add wait support for tests
action.c backlight breathing overhaul ()
action.h Add one-hand support.
action_code.h backlight breathing overhaul ()
action_layer.c make 'layer_state_set' visible to user code
action_layer.h make 'layer_state_set' visible to user code
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 Backlighting for JJ40 and underglow initialisation code ()
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 Merge ChibiOS and LUFA descriptor support ()
keyboard.c Merge ChibiOS and LUFA descriptor support ()
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 Unsign key argument in add_key_to_report
report.h Merge ChibiOS and LUFA descriptor support ()
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 Revert back to normal sleeping wait behaviour for STM32