index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
dynamic_macro.h
Age
Commit message (
Expand
)
Author
2020-01-09
[Core] Convert Dynamic Macro to a Core Feature (#5948) (#207)
Drashna Jaelre
2019-10-01
clang-format changes
skullY
2017-09-30
Fix dynamic macros on ChibiOS keyboards
Fred Sundvik
2017-06-01
Prevent the recording of looping dynamic macros.
Daniel Shields
2017-05-05
dynamic_macro.h: Do not use backlight_toggle if backlight is disabled
Wojciech Siewierski
2017-05-04
dynamic_macro.h: Add debug logs
Wojciech Siewierski
2017-05-04
dynamic_macro.h: Make the documentation more clear
Wojciech Siewierski
2017-05-04
dynamic_macro.h: Do not save the keys being held when stopping the recording
Wojciech Siewierski
2017-05-04
dynamic_macro.h: Fix an off-by-two error
Wojciech Siewierski
2017-05-04
dynamic_macro.h: Always toggle the backlight twice as a notification
Wojciech Siewierski
2017-05-04
dynamic_macro.h: Ignore all the initial key releases
Wojciech Siewierski
2017-04-30
Add `DYN_REC_STOP` to dynamic macros
Weiyi Lou
2017-03-28
Clarify the quantum license (#1042)
skullydazed
2016-10-09
Reduce the default dynamic macro buffer
Wojciech Siewierski
2016-08-18
Implement the dynamic macros that are recorded in runtime
Wojciech Siewierski