From e69533031d249c21705c0f17981e31a4b6a03ef5 Mon Sep 17 00:00:00 2001 From: Mr_Fang Date: Tue, 26 Aug 2025 21:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A4=BA=E4=BE=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 example.json diff --git a/example.json b/example.json new file mode 100644 index 0000000..9bfcfeb --- /dev/null +++ b/example.json @@ -0,0 +1,19 @@ +{ + "connection_code": "", + "key_settings": [ + { + "key_combo": "space", + "strength": 10, + "time": 5000, + "pulseid": "", + "override": true + }, + { + "key_combo": "shift", + "strength": 10, + "time": 5000, + "pulseid": "ec329704", + "override": false + } + ] +} \ No newline at end of file