From 24286b25a5f0a931697a5266e3cd356139b09f33 Mon Sep 17 00:00:00 2001 From: Kurtis Lew Date: Mon, 20 Jun 2022 15:34:15 -0700 Subject: [PATCH] Fix typo in sticky hold key code snippet --- docs/docs/behaviors/hold-tap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/behaviors/hold-tap.md b/docs/docs/behaviors/hold-tap.md index ffc599ac..bffbbdd4 100644 --- a/docs/docs/behaviors/hold-tap.md +++ b/docs/docs/behaviors/hold-tap.md @@ -287,7 +287,7 @@ If uninterrupted by another keypress, a regular [sticky key](sticky-key.md) or [ #include #include -#define SKH(keycode) &skh keycode keycode // Macro to apply sticky-key-on-tap/keypress-on-hold to a specific keycode +#define SHK(keycode) &shk keycode keycode // Macro to apply sticky-key-on-tap/keypress-on-hold to a specific keycode / { behaviors {