qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 50151be43035746de6aeec7dc3222a375814c593
parent 5cd47f50946c68a38bcfba70be7ebf123062d207
Author: QMK Bot <hello@qmk.fm>
Date:   Sat, 26 Aug 2023 18:44:20 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mdocs/feature_macros.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/feature_macros.md b/docs/feature_macros.md @@ -27,7 +27,7 @@ You can define up to 32 macros in a `keymap.json` file, as used by [Configurator ], [ {"action":"tap", "keycodes": ["F1"]}, - {"action":"delay", "duration": "1000"}, + {"action":"delay", "duration": 1000}, {"action":"tap", "keycodes": ["PGDN"]} ] ],