From a987b5b9b8dec267cf2f423b07e6a8c146e50645 Mon Sep 17 00:00:00 2001 From: mtei Date: Tue, 29 Dec 2020 16:34:19 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=203300164065949e6bc9423632ccbcd0022be8074d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_macros.md b/feature_macros.md index 3752b32496..36fa761d21 100644 --- a/feature_macros.md +++ b/feature_macros.md @@ -209,7 +209,7 @@ SEND_STRING(".."SS_TAP(X_END)); There are some functions you may find useful in macro-writing. Keep in mind that while you can write some fairly advanced code within a macro, if your functionality gets too complex you may want to define a custom keycode instead. Macros are meant to be simple. -?> You can also use the functions described in [Useful function](ref_functions.md) for additional functionality. For example `reset_keyboard()` allows you to reset the keyboard as part of a macro. +?> You can also use the functions described in [Useful functions](ref_functions.md) for additional functionality. For example `reset_keyboard()` allows you to reset the keyboard as part of a macro. ### `record->event.pressed`