From 523a09a090ba59e0554c78980ee1f816f6016689 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 18 Oct 2025 00:22:13 +0200 Subject: [PATCH] feat: add support for keybindings configuration in JSON format --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 25b4fc8..4888140 100644 --- a/index.html +++ b/index.html @@ -635,7 +635,7 @@ ]; const confFiles = [ - 'conf/keybindings.yaml', 'conf/keybindings_r36s.yaml', 'conf/keybindings_rg40xx.yaml' + 'conf/keybindings.yaml', 'conf/keybindings_r36s.yaml', 'conf/keybindings_rg40xx.yaml', 'conf/keybindings.json' ]; const all = toFetch.concat(engineFiles, unitFiles, confFiles);