summaryrefslogtreecommitdiffstats
path: root/quantum/dynamic_macro.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-30Fix dynamic macros on ChibiOS keyboardsFred Sundvik1-1/+1
2017-06-01Prevent the recording of looping dynamic macros.Daniel Shields1-0/+4
2017-05-05dynamic_macro.h: Do not use backlight_toggle if backlight is disabledWojciech Siewierski1-0/+2
2017-05-04dynamic_macro.h: Add debug logsWojciech Siewierski1-0/+30
2017-05-04dynamic_macro.h: Make the documentation more clearWojciech Siewierski1-2/+5
2017-05-04dynamic_macro.h: Do not save the keys being held when stopping the recordingWojciech Siewierski1-3/+15
2017-05-04dynamic_macro.h: Fix an off-by-two errorWojciech Siewierski1-3/+3
2017-05-04dynamic_macro.h: Always toggle the backlight twice as a notificationWojciech Siewierski1-3/+1
2017-05-04dynamic_macro.h: Ignore all the initial key releasesWojciech Siewierski1-2/+9
2017-04-30Add `DYN_REC_STOP` to dynamic macrosWeiyi Lou1-3/+3
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+16
2016-10-09Reduce the default dynamic macro bufferWojciech Siewierski1-2/+7
2016-08-18Implement the dynamic macros that are recorded in runtimeWojciech Siewierski1-0/+226