From 606025a336b97f7a56d5bd305b3aae9ae24fe87f Mon Sep 17 00:00:00 2001 From: DriftKingTW Date: Sun, 19 Mar 2023 21:11:16 +0800 Subject: [PATCH] build: combine macros into keyconfig.json --- data/macros.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 data/macros.json diff --git a/data/macros.json b/data/macros.json deleted file mode 100644 index 4959ab5..0000000 --- a/data/macros.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "type": 0, - "name": "Open SideNote", - "keyStrokes": [128, 130, 135, 32], - "stringContent": "" - }, - { - "type": 0, - "name": "Spotlight", - "keyStrokes": [135, 32], - "stringContent": "" - }, - { - "type": 1, - "name": "Typing Test 1", - "keyStrokes": [], - "stringContent": "Test strings w/o enter!!" - }, - { - "type": 2, - "name": "Typing Test 2", - "keyStrokes": [], - "stringContent": "Test strings w/ enter!!" - } -]