Fix typo in sticky hold key code snippet
This commit is contained in:
parent
325cab49c3
commit
24286b25a5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue