Fix typo in sticky hold key code snippet

This commit is contained in:
Kurtis Lew 2022-06-20 15:34:15 -07:00
parent 325cab49c3
commit 24286b25a5

View file

@ -287,7 +287,7 @@ If uninterrupted by another keypress, a regular [sticky key](sticky-key.md) or [
#include <dt-bindings/zmk/keys.h>
#include <behaviors.dtsi>
#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 {