commit
53bd4a01be
17 changed files with 372 additions and 67 deletions
|
|
@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "action_macro.h"
|
||||
#include "action_util.h"
|
||||
#include "action.h"
|
||||
#include "hook.h"
|
||||
|
||||
#ifdef DEBUG_ACTION
|
||||
#include "debug.h"
|
||||
|
|
@ -39,6 +40,7 @@ void action_exec(keyevent_t event)
|
|||
if (!IS_NOEVENT(event)) {
|
||||
dprint("\n---- action_exec: start -----\n");
|
||||
dprint("EVENT: "); debug_event(event); dprintln();
|
||||
hook_matrix_change(event);
|
||||
}
|
||||
|
||||
keyrecord_t record = { .event = event };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue