aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/dynamic_macro.h
Commit message (Expand)AuthorAgeFilesLines
* [Core] Convert Dynamic Macro to a Core Feature (#5948)Drashna Jaelre2019-11-041-16/+4
* clang-format changesskullY2019-08-301-82/+55
* Fix dynamic macros on ChibiOS keyboardsFred Sundvik2017-09-301-1/+1
* Prevent the recording of looping dynamic macros.Daniel Shields2017-06-011-0/+4
* dynamic_macro.h: Do not use backlight_toggle if backlight is disabledWojciech Siewierski2017-05-051-0/+2
* dynamic_macro.h: Add debug logsWojciech Siewierski2017-05-041-0/+30
* dynamic_macro.h: Make the documentation more clearWojciech Siewierski2017-05-041-2/+5
* dynamic_macro.h: Do not save the keys being held when stopping the recordingWojciech Siewierski2017-05-041-3/+15
* dynamic_macro.h: Fix an off-by-two errorWojciech Siewierski2017-05-041-3/+3
* dynamic_macro.h: Always toggle the backlight twice as a notificationWojciech Siewierski2017-05-041-3/+1
* dynamic_macro.h: Ignore all the initial key releasesWojciech Siewierski2017-05-041-2/+9
* Add `DYN_REC_STOP` to dynamic macrosWeiyi Lou2017-04-301-3/+3
* Clarify the quantum license (#1042)skullydazed2017-03-281-0/+16
* Reduce the default dynamic macro bufferWojciech Siewierski2016-10-091-2/+7
* Implement the dynamic macros that are recorded in runtimeWojciech Siewierski2016-08-181-0/+226