diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-07-05 21:20:30 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-07-05 21:20:30 -0700 |
| commit | 86e61c1052d7193f87e47d701dcbe44602105d12 (patch) | |
| tree | 6a4271c23011ae48ce63f6d6edf980a0fd786a91 /key_config.json | |
| parent | 8700614040de0b3a2e1d37a30fbc73141043a1da (diff) | |
add configurable keybinds and fix air input keybind ordering1.1
Diffstat (limited to 'key_config.json')
| -rw-r--r-- | key_config.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/key_config.json b/key_config.json new file mode 100644 index 0000000..dfb0c50 --- /dev/null +++ b/key_config.json @@ -0,0 +1,44 @@ +{ + "keyzone": { + "31": "a", + "30": "1", + "29": "z", + "28": "q", + "27": "s", + "26": "2", + "25": "x", + "24": "w", + "23": "d", + "22": "3", + "21": "c", + "20": "e", + "19": "f", + "18": "4", + "17": "v", + "16": "r", + "15": "g", + "14": "5", + "13": "b", + "12": "t", + "11": "h", + "10": "6", + "9": "n", + "8": "y", + "7": "j", + "6": "7", + "5": "m", + "4": "u", + "3": "k", + "2": "8", + "1": "9", + "0": "i" + }, + "airzone": { + "0": "0", + "1": "o", + "2": "l", + "3": "p", + "4": ".", + "5": "," + } +}
\ No newline at end of file |
