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!!" - } -]